feat(backend): infer file type from extension using mime_guess

This commit is contained in:
2026-05-29 00:56:02 +03:00
parent 2501f6ca67
commit 5cc384b3c0
3 changed files with 5 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ opendal = { version = "0.56.0", features = ["tests", "services-fs"] }
argon2 = "0.5.3"
rand = "0.10.1"
futures-util = "0.3.32"
mime_guess = "2.0.5"
[dev-dependencies]
axum-test = "20.0.0"