You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 6d5dd23a6b fix: SPA fallback returns 200 instead of 404 for client-side routes
ServeDir::not_found_service serves index.html but preserves the 404
status code. Switch to ServeDir::fallback which returns 200, fixing
client-side routes like /login returning 404 to the browser.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 months ago
..
migrations
src fix: SPA fallback returns 200 instead of 404 for client-side routes 2 months ago
tests fix: resolve all clippy warnings in test files (zero warnings remaining) 2 months ago
Cargo.lock
Cargo.toml
Dockerfile fix: pass Turnstile sitekey to frontend Docker build 2 months ago