mirror of
https://github.com/ente-io/ente.git
synced 2025-08-12 09:10:25 +00:00
None of our other endpoints have a trailing slash. Remove this inconsistency, otherwise clients who'd not provide a trailing slash would get an unnecessary redirect. Note that the CORS-aware clients (web, desktop) do not automatically follow the redirect because the ACAO is missing on the 307, so we need keep the old endpoints around temporarily. Tested: with web and museum running locally