summaryrefslogtreecommitdiff
path: root/src/routes.rs
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-05-20 22:04:16 -0500
committerDaniel Hader <[email protected]>2026-05-20 22:04:16 -0500
commit92436c8bb9eafcc56219e784f8b374edfb1907a3 (patch)
tree45c9ebc50220414c20700e653cb17dd0c21ec00f /src/routes.rs
parent74bc939843ae5c35fbd367c1ef0144b6074cfefe (diff)
basic login route with JWT
Diffstat (limited to 'src/routes.rs')
-rw-r--r--src/routes.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.rs b/src/routes.rs
index 6d7ac77..e0adba6 100644
--- a/src/routes.rs
+++ b/src/routes.rs
@@ -1,3 +1,4 @@
pub mod problem;
pub mod user;
+pub mod auth;
mod errors;