We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e401100 + 6a8c374 commit 1585d37Copy full SHA for 1585d37
src/routes/health.ts
@@ -3,7 +3,7 @@ import { browser } from "../config";
3
export async function handleHealthRequest(_req: Request): Promise<Response> {
4
return new Response(
5
JSON.stringify({
6
- status: browser.isConnected() ? "ok" : "error",
+ status: browser.isConnected() ? "pass" : "fail",
7
}),
8
{
9
headers: { "Content-Type": "application/json" },
0 commit comments