maintenance/frontend
jtricerolph 2a3a226131 Fix 400 on NewBook sync and run-due: send empty JSON body
Fastify rejects POST requests that carry Content-Type: application/json
but an empty body (JSON.parse('') throws). Both no-body POSTs now send {}.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-08 11:10:14 +00:00
..
src Fix 400 on NewBook sync and run-due: send empty JSON body 2026-07-08 11:10:14 +00:00
Dockerfile Maintenance log book app — initial scaffold 2026-07-03 21:28:57 +00:00
index.html Maintenance log book app — initial scaffold 2026-07-03 21:28:57 +00:00
nginx.conf Maintenance log book app — initial scaffold 2026-07-03 21:28:57 +00:00
package-lock.json Maintenance log book app — initial scaffold 2026-07-03 21:28:57 +00:00
package.json Maintenance log book app — initial scaffold 2026-07-03 21:28:57 +00:00
tsconfig.json Maintenance log book app — initial scaffold 2026-07-03 21:28:57 +00:00
vite.config.ts Maintenance log book app — initial scaffold 2026-07-03 21:28:57 +00:00