Add missing service and tests for the new handlers
This commit is contained in:
parent
c77e58f21b
commit
e525427f3e
5 changed files with 156 additions and 20 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue