pub fn create_admin_router(state: Arc<AdminState>) -> Router<Arc<AdminState>>Expand description
Build the Axum router for all admin endpoints.
Mount at a path prefix such as /admin in your main router, or use
directly on its own in tests.
pub fn create_admin_router(state: Arc<AdminState>) -> Router<Arc<AdminState>>Build the Axum router for all admin endpoints.
Mount at a path prefix such as /admin in your main router, or use
directly on its own in tests.