Firist commit
This commit is contained in:
5
src/app/api/status/route.ts
Normal file
5
src/app/api/status/route.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { NextResponse } from 'next/server';
|
||||
|
||||
export function GET(): Response {
|
||||
return NextResponse.json({ status: 200 }, { status: 200 });
|
||||
}
|
||||
Reference in New Issue
Block a user