From 3fe0074fccd6fc8158d110da3198cd6fa02e5bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:16:04 +0800 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 8401a2c..44ef68b 100644 --- a/app.js +++ b/app.js @@ -25,7 +25,7 @@ app.use((req, res, next) => { if (req.path === '/up') { return next(); } - res.status(404).send('把浏览器地址改为:http://name.name.serv00.net/up 这样才能启动Serv00网页保活'); + res.status(404).send('把浏览器地址改为:http://where.name.serv00.net/up 这样才能启动Serv00网页保活'); }); app.listen(3000, () => { console.log("服务器已启动,监听端口 3000");