1 2 3 4 5 6 7
mod health; mod types; pub use health::*; pub use types::*; const BASE: &str = "rest/system";