Define a health endpoint for docker compose
This commit is contained in:
parent
70b023acac
commit
ff73133e05
5
app/api/health/route.ts
Normal file
5
app/api/health/route.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { NextResponse } from "next/server";
|
||||
|
||||
export function GET() {
|
||||
return NextResponse.json({});
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user