reports/backend
jtricerolph 0afecc2e24 Fix 404 calling utilities internal API — route through nginx slug prefix
The utilities app's backend isn't published to the host, only its
nginx frontend on :3080. Its internal.js routes are mounted at bare
/api/internal/... with no slug prefix, so callers must go through the
/utilities/api/ nginx location (which strips the prefix and forwards
to the backend's /api/... path) rather than hitting /api/internal/...
directly — the latter has no matching nginx location and 404s.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-28 14:48:12 +00:00
..
src Fix 404 calling utilities internal API — route through nginx slug prefix 2026-07-28 14:48:12 +00:00
Dockerfile Scaffold custom reports app (LXC 122 · /reports) 2026-07-06 12:58:19 +00:00
package.json Add settings page for managing forecasting API key and URL via UI 2026-07-20 14:37:36 +00:00