summaryrefslogtreecommitdiff
path: root/src/routes.rs
diff options
context:
space:
mode:
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;