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