diff --git a/api/proxy.js b/api/proxy.js index caa516f..6166e67 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://space.coze.cn/coding-expert-runtime/309505594370?task_id=7554707524102013238";//your website url // if ( // req.url.startsWith("/api") || // req.url.startsWith("/auth") ||