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