Allow configuring affinity between groups #161
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 function GET() {
|
||||
return NextResponse.json({});
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user