routes fix

This commit is contained in:
2026-03-12 19:47:28 -05:00
parent 6b0190de81
commit ebc0c61da4
7 changed files with 51 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
import { NextResponse } from "next/server";
import { getServerSession } from "next-auth/next";
import { authOptions } from "@/app/api/auth/[...nextauth]/route";
import { authOptions } from "@/lib/auth";
import { prisma } from "@/lib/prisma";
// GET /api/admin/settings - Fetch global settings