summaryrefslogtreecommitdiffstats
path: root/src/api.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api.rs')
-rw-r--r--src/api.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api.rs b/src/api.rs
index a35fba5..6013a98 100644
--- a/src/api.rs
+++ b/src/api.rs
@@ -2,6 +2,7 @@ use crate::state::AppState;
pub mod account;
pub mod error;
+pub mod tasks;
pub mod users;
pub fn router() -> axum::Router<AppState> {