pub(crate) fn router_v2<S>(state: Arc<S>) -> RouterExpand description
The v2 REST routes exactly as serve_axum mounts them. Extracted so the test asserting
every documented route is mounted exercises the same construction; don’t inline it back.
pub(crate) fn router_v2<S>(state: Arc<S>) -> RouterThe v2 REST routes exactly as serve_axum mounts them. Extracted so the test asserting
every documented route is mounted exercises the same construction; don’t inline it back.