Allow configuring affinity between groups #161

Merged
bustikiller merged 6 commits from group-affinities into main 2024-12-28 18:56:18 +00:00
Showing only changes of commit ff73133e05 - Show all commits

5
app/api/health/route.ts Normal file
View File

@ -0,0 +1,5 @@
import { NextResponse } from "next/server";
export function GET() {
return NextResponse.json({});
}