fix(docker): add curl and healthcheck routes for Coolify
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { NextResponse } from "next/server";
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json({ status: "ok", timestamp: new Date().toISOString() });
|
||||
}
|
||||
Reference in New Issue
Block a user