Update app.js

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