wip file upload and storage to disk

This commit is contained in:
Per Stark
2024-09-24 22:01:12 +02:00
parent 18c84f5c88
commit deac2ba0a3
14 changed files with 738 additions and 133 deletions

View File

@@ -1,4 +1,5 @@
pub mod models;
pub mod rabbitmq;
pub mod redis;
pub mod routes;
pub mod utils;