Spaces:
Paused
Paused
File size: 77 Bytes
6d91018 |
1 2 3 4 |
export async function GET() {
return new Response("OK", { status: 200 });
}
|