next_web_dev/router/
open_router.rs

1use axum::Router;
2
3#[derive(Default)]
4pub struct OpenRouter(pub Router);