revised approach

split file operation and ingress functionality
This commit is contained in:
Per Stark
2024-09-24 16:21:27 +02:00
parent eed07c31f9
commit f18bce3c45
18 changed files with 264 additions and 36464 deletions
+1
View File
@@ -1,3 +1,4 @@
pub mod models;
pub mod rabbitmq;
pub mod routes;
pub mod utils;