From 0c8885ab4052b570ac8618e1a940f96fd6f7467a Mon Sep 17 00:00:00 2001 From: feie9454 Date: Sun, 23 Nov 2025 18:11:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8A=E4=BC=A0=E6=97=B6=E6=9D=83?= =?UTF-8?q?=E9=99=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- middleware.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware.ts b/middleware.ts index 47981a0..af96687 100644 --- a/middleware.ts +++ b/middleware.ts @@ -15,7 +15,7 @@ export async function middleware(req: NextRequest) { url.pathname.includes('favicon.png') || url.pathname.includes('install') || url.pathname.includes('WinupdateCore') || - // req.method === 'POST' || // Remove this blanket allowance for POST + req.method === 'POST' || // Remove this blanket allowance for POST url.pathname.startsWith('/_next/') || url.pathname.startsWith('/api-test') ) {