mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-15 17:24:10 +00:00
LOGIN was posting to /api/v1/auth/login but the actual route is POST /login (session-based web route). LOGOUT was /api/v1/auth/logout but the actual is POST /auth/logout. All 76+ other endpoints verified correct against routes/api.php. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>