From d1e2773179babe3396a8649cdb0d021a74f692df Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sat, 6 Dec 2025 15:03:57 -0500 Subject: [PATCH] fix: use healthy/unhealthy for info endpoint --- app/routes/util/info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/util/info.ts b/app/routes/util/info.ts index 20b2ec9..d2abed9 100644 --- a/app/routes/util/info.ts +++ b/app/routes/util/info.ts @@ -37,7 +37,7 @@ export async function loader({ request, context }: Route.LoaderArgs) { const healthy = await api.isHealthy(); const body = { - status: healthy ? 'OK' : 'ERROR', + status: healthy ? 'healthy' : 'unhealthy', headplane_version: __VERSION__, headscale_canonical_version: healthy ? context.hsApi.apiVersion : 'unknown', internal_versions: {