feat: update CMS service handlers and main application logic.

This commit is contained in:
2025-12-22 13:54:35 -03:00
parent 57b8d7c0a1
commit 32f71852d9
59 changed files with 9125 additions and 59 deletions
Generated
+4
View File
@@ -216,9 +216,11 @@ name = "cms-service"
version = "0.1.0"
dependencies = [
"axum",
"bcrypt",
"chrono",
"common",
"dotenvy",
"jsonwebtoken",
"reqwest",
"serde",
"serde_json",
@@ -1061,9 +1063,11 @@ name = "lms-service"
version = "0.1.0"
dependencies = [
"axum",
"bcrypt",
"chrono",
"common",
"dotenvy",
"jsonwebtoken",
"serde",
"serde_json",
"sqlx",