From dd579c85a42da3bbcd5a9ecbca1ffbf0e6ef806c Mon Sep 17 00:00:00 2001 From: RuichiFamilyOfficeLimited Date: Wed, 8 Oct 2025 00:21:28 +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..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") ||