From 19e78993090253d61d644c0e134022bb09ac7c10 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 21 Sep 2026 21:57:48 +0200 Subject: [PATCH] docs: add changelog note for SPA fallback + api 404 fix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 443dcc3..a249395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Frontend uses `@cryptgeon/shared` for crypto + payload codec (replacing the previous local `cryptgeon/shared`); heavy pack/unpack runs in a web worker. - CLI rebuilt with `vite-plus` (bundles all deps) and imports from `@cryptgeon/shared`. +### Fixed + +- SPA fallback now serves the app (200) for client-side routes such as `/about` and `/note/`, while unmatched `/api/*` paths still return 404. + ### Breaking changes - Endpoints moved to `/api/v3/notes/` and `/api/v3/status`; health check to `/healthz`.