Improved image caching and CORS handling

This commit is contained in:
Cameron
2025-12-17 22:36:03 -05:00
parent c6b1b46629
commit 52e1ced2a2
3 changed files with 33 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ actix-web = "4"
actix-rt = "2.6"
tokio = { version = "1.42.0", features = ["default", "process", "sync"] }
actix-files = "0.6"
actix-cors = "0.7"
actix-multipart = "0.7.2"
futures = "0.3.5"
jsonwebtoken = "9.3.0"