diff --git a/README.md b/README.md index 3ea481c..794f4fe 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Chinese Notice: 如果无法查看此文档中的图片,请下载次项目后在 const { createProxyMiddleware } = require("http-proxy-middleware"); module.exports = (req, res) => { - let target = "https://www.google.com/"; //your website url + let target = "https://backroom-wiki-cn.wikidot.com/"; //your website url // if ( // req.url.startsWith("/api") || // req.url.startsWith("/auth") ||