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.

貢獻者指南