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