Disable cors
This commit is contained in:
+2
-1
@@ -6,4 +6,5 @@ edition = "2024"
|
||||
[dependencies]
|
||||
axum = { version = "0.8.9", features = ["multipart", ] }
|
||||
tokio = { version = "1.52.3", features = ["full"] }
|
||||
rand = "0.10.1"
|
||||
rand = "0.10.1"
|
||||
tower-http = {version = "0.6.6", features = ["cors", "trace"]}
|
||||
Reference in New Issue
Block a user