aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 7ef2597..91f6757 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,6 +5,8 @@ mod custom_filters;
5mod handlers; 5mod handlers;
6mod routes; 6mod routes;
7mod schema; 7mod schema;
8mod auth;
9mod error;
8// mod validators; 10// mod validators;
9 11
10#[tokio::main] 12#[tokio::main]