4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export async function GET() {
|
|
return Response.json({ status: "ok" }, { status: 200 });
|
|
}
|