From 5296880dbbad843a87802e85291aa13fefb9dd6d Mon Sep 17 00:00:00 2001 From: al Date: Mon, 5 Aug 2024 21:16:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=80=9F=E5=8F=A3?= 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*", }, ]; },