worker-service 0.2.0

Worker Service - A worker administration microservice that interoperates with the worker-matcher crate
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()
}