adjust health status codes

This commit is contained in:
41666 2022-12-20 19:53:15 -05:00
parent ac05a12ca1
commit f362adf991

View file

@ -51,7 +51,7 @@ router
}),
{
headers: { "content-type": "application/json" },
status: saerro && voidwell && honu && fisu ? 200 : 502,
status: saerro || voidwell || honu || fisu ? 200 : 502,
}
);
})