1 2 3 4 5 6 7
//! Axum webhook handler for GitHub events. /// Build the Axum router with webhook endpoints. #[allow(dead_code)] // wired when `serve` command is implemented pub fn router() -> axum::Router { todo!() }