Refactor modules

This commit is contained in:
2022-01-17 19:54:49 +01:00
parent 267cdb89c6
commit c52b573d15
11 changed files with 126 additions and 108 deletions

5
src/routes/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
mod health_check;
mod tasks;
pub use health_check::*;
pub use tasks::*;