Skip to main content

openfare_lib/api/services/portal/
mod.rs

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