Add frontend health ping endpoint and project docs
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
5
frontend/src/app/health/ping/route.ts
Normal file
5
frontend/src/app/health/ping/route.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { NextResponse } from "next/server";
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json({ status: "pong" });
|
||||
}
|
||||
Reference in New Issue
Block a user