Files
imphnen-backend-service/imphnen-cms/src/events/infrastructure/http/mod.rs
T

6 lines
113 B
Rust
Raw Normal View History

pub mod dto;
pub mod handlers;
pub mod routes;
pub use routes::{events_public_routes, events_protected_routes};