nimuli/routes
boban fc5ab16f02 fix(routes): move auth.php require before slug catch-all
The /{slug} redirect route matched /login, /register etc. because
auth.php was required after it. Auth routes must be registered first.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 08:57:12 +02:00
..
api.php feat(api): REST API v1 — links CRUD with Sanctum auth 2026-05-16 07:38:45 +02:00
auth.php fix(auth): remove dummy login route, validate locale allowlist 2026-05-16 00:38:32 +02:00
channels.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
console.php fix(quality): PHPStan level 6 compliance, Pint formatting 2026-05-16 08:28:10 +02:00
web.php fix(routes): move auth.php require before slug catch-all 2026-05-16 08:57:12 +02:00