From 26cd7c9835fdaf0a459f63ccc02cdd6456462d11 Mon Sep 17 00:00:00 2001 From: gahusb Date: Wed, 15 Apr 2026 02:34:47 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20proxy.ts=20export=20=EC=9D=B4=EB=A6=84?= =?UTF-8?q?=20middleware=20=E2=86=92=20proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- proxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.ts b/proxy.ts index cdff693..300e9d2 100644 --- a/proxy.ts +++ b/proxy.ts @@ -33,7 +33,7 @@ async function verifyAdminToken(token: string): Promise { } } -export async function middleware(request: NextRequest) { +export async function proxy(request: NextRequest) { const { pathname } = request.nextUrl; // /admin 경로 보호 (/admin/login 제외)