openfare_lib/api/
mod.rs

1pub mod services;
2
3lazy_static! {
4    pub static ref ROUTE: String = "/api/v1".to_string();
5}