1pub mod basket; 2pub mod portal; 3 4lazy_static! { 5 pub static ref ROUTE: String = format!("{}/services", super::ROUTE.as_str()); 6}