Fixes Cors Implementation

This commit is contained in:
2024-03-09 23:50:23 -03:00
parent 2876d83274
commit 28743288cc
12 changed files with 39 additions and 30 deletions

View File

@@ -17,8 +17,8 @@ http = "1.0.0"
reqwest = "0.11.24"
serde_json = "1.0.114"
cached = "0.49.2"
dotenv = "0.15.0"
log = "0.4.20"
lettre = { version = "0.11.4", default-features = false, features = ["smtp-transport", "tokio1-rustls-tls", "hostname", "builder"] }
redis = { version = "0.24.0", features = ["aio", "tokio-comp"] }
tower-http = { version = "0.5.2", features = ["cors"] }
dotenvy = "0.15.7"