Update app.js

This commit is contained in:
甬哥侃侃侃ygkkk
2025-02-25 16:39:38 +08:00
committed by GitHub
parent 7f63647040
commit 9b17eaec2c
+1 -1
View File
@@ -50,7 +50,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是重启,/list/你的uuid 是节点及订阅信息');
}); });
setInterval(runCustomCommand, 3 * 60 * 1000); setInterval(runCustomCommand, 3 * 60 * 1000);
app.listen(3000, () => { app.listen(3000, () => {