aboutsummaryrefslogtreecommitdiffstats
path: root/crates/configuration/src/server/http_svc/routes/typology.rs
blob: 85a593b90a9f56612e07a9166a2c110a0ef2fafc (plain)
1
2
3
4
pub mod create_typology;
pub mod delete_typology;
pub mod get_typology;
pub mod post_typology;