zeroMN's picture
Upload 517 files
8d88d9b verified
raw
history blame
77 Bytes
export async function GET() {
return new Response("OK", { status: 200 });
}