truefoundry/trueforge

Update /healthz to return JSON status payload

开放

#378 创建于 2026年8月20日

 (1 条评论) (0 个反应) (1 位负责人)TypeScript (15 个派生)github user discovery
good first issue

仓库指标

星标
 (664 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南