- DELETE /saved-views/:id now uses reply.code(204).send() for explicit empty response (Fastify 5 best practice) - Added routes.test.ts for saved-views module (verifies 2 GET, 1 POST, 1 PATCH, 1 DELETE handler registration) - Backend now at 19 tests across 11 files |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||