first commit
This commit is contained in:
7
app/api/config/route.ts
Normal file
7
app/api/config/route.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { NextResponse } from "next/server";
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json({
|
||||
registerEnabled: process.env.REGISTER_ENABLE === "true",
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user