c30b5b927e
nginx proxy_pass with location /api/v2/ts/ strips the prefix and appends the remaining path to /api/v1/ts/, resulting in /api/v1/ts/ for root requests. axum routes are exact-match by default, so add the trailing slash variant.