Files
imphnen-backend-service/imphnen-cms/src/lib.rs
T

6 lines
187 B
Rust
Raw Normal View History

pub mod events;
pub mod testimonials;
pub use events::{events_public_routes, events_protected_routes};
pub use testimonials::{testimonials_public_routes, testimonials_protected_routes};