use axum::Router; use crate::app_state::App; pub(super) fn new_router() -> Router { Router::::new().route_with_tsr() }