Merge pull request 'Define a health endpoint for docker compose' (#160) from health-check-endpoint into main
Reviewed-on: #160
This commit is contained in:
commit
3f38a9191f
7
app/api/health/route.ts
Normal file
7
app/api/health/route.ts
Normal file
@ -0,0 +1,7 @@
|
||||
/* Copyright (C) 2024 Manuel Bustillo*/
|
||||
|
||||
import { NextResponse } from "next/server";
|
||||
|
||||
export function GET() {
|
||||
return NextResponse.json({});
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user