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

1
server/Cargo.lock generated
View File

@@ -1363,6 +1363,7 @@ dependencies = [
"axum",
"bcrypt",
"chrono",
"rand",
"serde",
"serde_json",
"sqlx",