No description
Find a file
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
backend Fix 404 calling utilities internal API — route through nginx slug prefix 2026-07-28 14:48:12 +00:00
frontend Configure utilities API creds via Settings UI, not .env 2026-07-28 14:38:15 +00:00
.gitignore Add .gitignore and remove tracked node_modules/dist 2026-07-20 14:38:40 +00:00
docker-compose.yml Wire real utility cost data into Weekly Actuals report 2026-07-28 14:32:48 +00:00