pub const BEARER_ONLY_ROUTER_PATHS: &[(&str, &str)];Expand description
Pinned snapshot of the routes mounted by bearer_only_router. Sorted.
If you add or remove an endpoint in bearer_only_router, update this
list AND consider whether the change is intentional — silently
drifting the headless subset is the bug this snapshot exists to catch
(REVIEW-APPLIED #9).