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