Fixes Cors Implementation
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user