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
+2 -1
View File
@@ -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"]}