aboutsummaryrefslogtreecommitdiffstats
path: root/crates/configuration/src/server/http_svc/routes/rule.rs
blob: f4b0d33ab63d4bdc426e5debe39e3520cc367cb5 (plain)
1
2
3
4
pub mod create;
pub mod delete;
pub mod get;
pub mod update;