Files
imphnen-backend-service/imphnen-hackathon/src/storage/mod.rs
T

5 lines
76 B
Rust
Raw Normal View History

pub mod service;
pub mod routes;
pub use routes::hackathon_storage_routes;