this should fix cors

This commit is contained in:
creations 2025-05-31 19:05:33 -04:00
parent 2da598738b
commit faa21a5d7e
Signed by: creations
GPG key ID: 8F553AA4320FC711
5 changed files with 68 additions and 4 deletions

View file

@ -18,3 +18,4 @@ reqwest = { version = "0.12", features = ["json", "gzip"] }
tower-http = { version = "0.6.4", features = ["cors"] }
headers = "0.4.0"
chrono-tz = "0.10.3"
tower = "0.5.2"