From e9b1bf22cf2f45a7db8152f7ba83af7799ed71a5 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Fri, 22 Aug 2025 08:19:38 +0000 Subject: (김준회) import 에러 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/compliance/files/download/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/api/compliance/files/download/route.ts') diff --git a/app/api/compliance/files/download/route.ts b/app/api/compliance/files/download/route.ts index 7bcb59cd..e72339c8 100644 --- a/app/api/compliance/files/download/route.ts +++ b/app/api/compliance/files/download/route.ts @@ -1,6 +1,6 @@ import { NextRequest, NextResponse } from "next/server"; import { getServerSession } from "next-auth"; -import { authOptions } from "@/lib/auth"; +import { authOptions } from "@/app/api/auth/[...nextauth]/route" import db from "@/db/db"; import { complianceResponseFiles } from "@/db/schema/compliance"; import { eq } from "drizzle-orm"; -- cgit v1.2.3