Update app.js

This commit is contained in:
甬哥侃侃侃ygkkk
2025-04-01 09:44:59 +08:00
committed by GitHub
parent 98d05d4fd9
commit a8e33a71c2
+1 -1
View File
@@ -87,7 +87,7 @@ app.get("/jc", (req, res) => {
}); });
app.use((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); setInterval(runCustomCommand, (2 * 60 + 15) * 60 * 1000);
app.listen(3000, () => { app.listen(3000, () => {