refactor: moved routes

This commit is contained in:
Per Stark
2024-11-23 12:19:45 +01:00
parent bd99b11e1a
commit 8df899dfdf
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;