Aktueller Stand

This commit is contained in:
2026-01-16 23:08:19 +01:00
parent b81af0f6c6
commit b5cd1c6365

View File

@@ -1,6 +1,8 @@
import { NextResponse } from "next/server";
import { prisma } from "../../../../lib/prisma";
export const dynamic = "force-dynamic";
export async function GET() {
const setting = await prisma.setting.findUnique({
where: { key: "registration_enabled" }