1 2 3 4 5 6 7 8
//! Loco.rs application hooks for the web tier. pub const APP_NAME: &str = "worker_service"; /// Convenience accessor for the web router. pub fn web_router() -> super::views::WebResult<axum::Router> { super::router() }