From 7d3a809fa73fb28ba348fed6bb6901dc360faebf Mon Sep 17 00:00:00 2001 From: tone Date: Fri, 12 Dec 2025 20:44:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=B8=B8=E8=A7=84?= =?UTF-8?q?=E8=AF=B7=E6=B1=82api=E8=B7=AF=E5=BE=84=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/next.config.ts b/apps/frontend/next.config.ts index 9307618..0abc8af 100644 --- a/apps/frontend/next.config.ts +++ b/apps/frontend/next.config.ts @@ -10,7 +10,7 @@ const nextConfig: NextConfig = { return [ { source: '/api/:path*', - destination: 'http://localhost:3001/:path*', + destination: 'http://localhost:3001/api/:path*', } ] },