refactor: moved routes

This commit is contained in:
Per Stark
2024-11-23 12:19:45 +01:00
parent b5ad101d3f
commit 3acd320f34
7 changed files with 31 additions and 6 deletions

4
src/server/routes/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
pub mod file;
pub mod ingress;
pub mod query;
pub mod queue_length;