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: {