fix: use healthy/unhealthy for info endpoint

This commit is contained in:
Aarnav Tale
2025-12-06 15:03:57 -05:00
parent 295dd43059
commit d1e2773179
+1 -1
View File
@@ -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: {