Disable cors

This commit is contained in:
2026-06-12 12:17:49 +03:00
parent 66df859bc6
commit 89bb2170f3
4 changed files with 28 additions and 2 deletions
Generated
+17
View File
@@ -324,6 +324,7 @@ dependencies = [
"axum",
"rand",
"tokio",
"tower-http",
]
[[package]]
@@ -682,6 +683,22 @@ dependencies = [
"tracing",
]
[[package]]
name = "tower-http"
version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
dependencies = [
"bitflags",
"bytes",
"http",
"http-body",
"pin-project-lite",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.3"