Files
Audiolib b8984f0c2c Fix nginx: route GET /login to frontend, POST /login to backend
The previous regex routed all methods for /login to the backend.
A browser navigating to /login sends GET, which returned 405 because
the backend only has POST /login. Now GET goes to the React SPA.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26 14:53:11 +02:00
..