fixed health endpoint
This commit is contained in:
parent
18a2f360ea
commit
e449769f39
@ -1,3 +0,0 @@
|
|||||||
export async function GET() {
|
|
||||||
return new Response("OK", { status: 200 });
|
|
||||||
}
|
|
1
src/app/api/health/route.ts
Normal file
1
src/app/api/health/route.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
export const GET = () => new Response("OK");
|
Loading…
x
Reference in New Issue
Block a user