event-service 0.2.0

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

pub const APP_NAME: &str = "event_service";

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