1 2 3 4 5 6
//! HTTP routes. One module per upstream router, so a change upstream maps to an obvious place. pub mod classes; pub mod features; pub mod health; pub mod users;