nsarrazin's picture
nsarrazin HF Staff
Add the simplest healthcheck route (#1089)
6d91018 unverified
export async function GET() {
return new Response("OK", { status: 200 });
}