From 283baae2778ae1f2888b395ceeda3fd43b80e22a Mon Sep 17 00:00:00 2001 From: chuyuewei <139466283+chuyuewei@users.noreply.github.com> Date: Sun, 7 Jul 2024 13:39:57 +0800 Subject: [PATCH] Update proxy.js --- api/proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/proxy.js b/api/proxy.js index caa516f..2910992 100644 --- a/api/proxy.js +++ b/api/proxy.js @@ -1,7 +1,7 @@ const { createProxyMiddleware } = require("http-proxy-middleware"); module.exports = (req, res) => { - let target = "https://www.google.com/";//your website url + let target = "https://mirror.tuna.tsinghua.edu.cn/";//your website url // if ( // req.url.startsWith("/api") || // req.url.startsWith("/auth") ||