deploy
This commit is contained in:
5
app/health/route.ts
Normal file
5
app/health/route.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
export async function GET() {
|
||||
return new Response('OK', { status: 200 });
|
||||
}
|
||||
Reference in New Issue
Block a user