Fix health check 404: add /api/health route, remove nginx /health proxy #7

Merged
josh merged 1 commits from feature/auth-invites into main 2026-04-27 20:29:51 -04:00

1 Commits

Author SHA1 Message Date
josh 65afa886af Fix health check 404: add /api/health route, remove nginx /health proxy
Frontend API_BASE is /api in production, so health check was hitting
/api/health which didn't exist. Added /api/health on the server and
removed the now-unnecessary separate nginx /health proxy rule.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-27 20:22:00 -04:00