Add missing service and tests for the new handlers

This commit is contained in:
Alex Selimov 2026-03-19 14:56:04 -04:00
parent c77e58f21b
commit e525427f3e
5 changed files with 156 additions and 20 deletions

View file

@ -9,6 +9,7 @@ axum = { version = "0.8", features = ["macros"] }
axum-extra = { version = "0.12.5", features = ["cookie"] }
chrono = "0.4.44"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sqlx = { version = "0.8.6", features = [
"runtime-tokio",
"postgres",