feat: update API endpoints and enhance feed retrieval logic, add CORS support

This commit is contained in:
2025-09-05 22:26:39 +02:00
parent 0e6c072387
commit d70015c887
6 changed files with 14 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ tower = { workspace = true }
tracing = { workspace = true }
validator = { workspace = true, features = ["derive"] }
tower-http = { version = "0.6.6", features = ["fs"] }
tower-http = { version = "0.6.6", features = ["fs", "cors"] }
tower-cookies = "0.11.0"
anyhow = "1.0.98"
dotenvy = "0.15.7"