deploy
All checks were successful
Build & Deploy MB Grid Solutions / build-and-deploy (push) Successful in 1m40s
All checks were successful
Build & Deploy MB Grid Solutions / build-and-deploy (push) Successful in 1m40s
This commit is contained in:
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 async function GET() {
|
||||
return NextResponse.json({ status: 'ok' }, { status: 200 });
|
||||
}
|
||||
Reference in New Issue
Block a user