mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
The nginx smoke config was forwarding /api/health to dbal:8080/api/health, but the DBAL daemon serves its health endpoint at /health (no /api prefix). Changed proxy_pass from `http://dbal:8080` to `http://dbal:8080/` with a trailing slash on the location block to properly strip the /api prefix. Reverted the test assertion back to expect(resp.ok()).toBeTruthy(). https://claude.ai/code/session_01RRDzwJQRUPX5T5SvgsGMPG