CORS allowed added

This commit is contained in:
2025-06-17 18:16:43 +03:00
parent 5265037add
commit b570da2f38
2 changed files with 12 additions and 11 deletions

View File

@@ -12,4 +12,5 @@ env_logger = "0.11.8"
serde = { version = "1.0.219", features = ["derive"] }
chrono = { version = "0.4.40", features = ["serde"] }
serde_json = "1.0.51"
actix-rt = "2.10.0"
actix-rt = "2.10.0"
actix-cors = "0.7.1"