From 069f45154e288ee48c0ad0146d21734b31767a57 Mon Sep 17 00:00:00 2001 From: yezian Date: Tue, 7 May 2024 19:33:43 +0800 Subject: [PATCH] init --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index bdac122..a6235c5 100644 --- a/next.config.js +++ b/next.config.js @@ -4,7 +4,7 @@ const nextConfig = { return [ { source: "/api/:path*", - destination: "https://api.tiefen.fun/api/:path*", + destination: "https://api.wishpal.cn/api/:path*", }, { source: "/cors/:path*",