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