refactor: move healthcheck to /health and exclude from i18n
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
import { NextResponse } from 'next/server';
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json({ status: 'ok' }, { status: 200 });
|
||||
}
|
||||
Reference in New Issue
Block a user