From 0419b405fc4b0add50b60791410bdc851ac6992f Mon Sep 17 00:00:00 2001 From: al Date: Fri, 9 Aug 2024 20:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index cc8c70d..0f3d125 100644 --- a/next.config.js +++ b/next.config.js @@ -4,7 +4,7 @@ const nextConfig = { return [ { source: "/api/:path*", - destination: "https://testapi.tiefen.fun/api/:path*", + destination: "https://h5api.tiefen.fun/api/:path*", }, ]; },