From a8e33a71c24d9c325a9548c903487f7050bf1462 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: Tue, 1 Apr 2025 09:44:59 +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 5374172..f5b1adb 100644 --- a/app.js +++ b/app.js @@ -87,7 +87,7 @@ app.get("/jc", (req, res) => { }); app.use((req, res) => { - res.status(404).send('请在浏览器地址:http://where.name.serv00.net 后面加三种路径功能:/up是保活,/re是重启,/rp是重置节点端口,/list/你的uuid 是节点及订阅信息'); + res.status(404).send('请在浏览器地址:http://where.name.serv00.net 后面加三种路径功能:/up是保活,/re是重启,/rp是重置节点端口,/jc是查看当前系统进程,/list/你的uuid 是节点及订阅信息'); }); setInterval(runCustomCommand, (2 * 60 + 15) * 60 * 1000); app.listen(3000, () => {