mikrotik/src/system/mod.rs

8 lines
96 B
Rust

mod health;
mod types;
pub use health::*;
pub use types::*;
const BASE: &str = "rest/system";