Add cors open

This commit is contained in:
Romulus21
2025-12-26 15:40:14 +01:00
parent 3663562b8a
commit 3f1eb33d6a
2 changed files with 7 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ axum = { version = "0.7", optional = true }
jsonwebtoken = { version = "9", optional = true }
tokio = { version = "1.39", features = ["rt-multi-thread"], optional = true }
tower = { version = "0.4", optional = true }
tower-http = { version = "0.5", features = ["fs", "trace"], optional = true }
tower-http = { version = "0.5", features = ["fs", "trace", "cors"], optional = true }
sqlx = { version = "0.8", features = [
"runtime-tokio-rustls",
"sqlite",