From c3d54b2ae4a0e22d3752e8954f961fbcfb74d6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Wed, 17 Apr 2024 13:41:58 +0800 Subject: [PATCH] test cont. --- server/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/index.js b/server/index.js index f87728fdf..5694d8816 100644 --- a/server/index.js +++ b/server/index.js @@ -49,6 +49,7 @@ app.use(excludePath); app.get('*',function (req,res) { global.domObj = getDomObj() if (!render(req,res)) { + console.log(req.url) proxy(req, res); } }) -- 2.34.1