fix prisma import

This commit is contained in:
2025-02-21 16:13:13 +08:00
parent bb5ca3a0ea
commit d68a39066a
35 changed files with 66 additions and 64 deletions

View File

@@ -1,4 +1,3 @@
import { headers } from "next/headers";
import { NextResponse } from "next/server";
export async function GET(req: Request) {
const origin = new URL(req.url).origin;