truefoundry/trueforge
Update /healthz to return JSON status payload
Ouverte
#378 ouverte le 20 août 2026
good first issue
Métriques du dépôt
- Stars
- (664 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Description
The /healthz endpoint currently returns the plain text OK!. It should return a JSON payload instead.
Expected behavior
Return:
{ "status": "ok", "version": "<PACKAGE_VERSION>" }
PACKAGE_VERSION is already imported in app.ts, so this should be a small, self-contained change.