4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
export async function GET() {
|
|
return Response.json({ healthy: true }, { status: 200 });
|
|
}
|