place-service 0.5.0

Place Service - A place administration microservice that interoperates with the place-matcher crate
1
2
3
4
5
6
7
8
//! Loco.rs application hooks for the web tier.

pub const APP_NAME: &str = "place_service";

/// Convenience accessor for the web router.
pub fn web_router() -> super::views::WebResult<axum::Router> {
    super::router()
}