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