Add config controller in server

This commit is contained in:
2025-09-09 19:06:03 +02:00
parent 7a7a909440
commit 88e5f3d694
7 changed files with 285 additions and 3 deletions

View File

@@ -13,4 +13,5 @@ bcrypt = "0.17.1"
uuid = { version = "1.0", features = ["v4", "serde"] }
chrono = { version = "0.4", features = ["serde"] }
tower-http = { version = "0.6.6", features = ["cors", "fs"] }
anyhow = "1.0"
anyhow = "1.0"
rand = "0.8"