Update app.js

This commit is contained in:
甬哥侃侃侃ygkkk
2025-02-25 17:03:51 +08:00
committed by GitHub
parent c3edf3dccc
commit 7e8cd912dd
+1 -1
View File
@@ -166,7 +166,7 @@ app.get("/list/key", (req, res) => {
}); });
}); });
app.use((req, res) => { app.use((req, res) => {
res.status(404).send('请在浏览器地址:http://where.name.serv00.net 后面加三种路径功能:/up是保活,/re是重启,/list/你的uuid 是节点及订阅信息'); res.status(404).send('请在浏览器地址:http://where.name.serv00.net 后面加三种路径功能:/up是保活,/re是重启,/rp是重置节点端口,/list/你的uuid 是节点及订阅信息');
}); });
setInterval(runCustomCommand, 3 * 60 * 1000); setInterval(runCustomCommand, 3 * 60 * 1000);
app.listen(3000, () => { app.listen(3000, () => {