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

View File

@@ -2,6 +2,6 @@ pub mod error;
pub mod ingress;
pub mod rabbitmq;
pub mod retrieval;
pub mod routes;
pub mod server;
pub mod storage;
pub mod utils;