Update app.js

This commit is contained in:
甬哥侃侃侃ygkkk
2025-02-27 21:36:31 +08:00
committed by GitHub
parent f55d55e2a7
commit 82c45785bf
+1 -1
View File
@@ -54,7 +54,7 @@ exec(changeportCommands, { maxBuffer: 1024 * 1024 * 10 }, (err, stdout, stderr)
} }
app.get("/rp", (req, res) => { app.get("/rp", (req, res) => {
runportCommand(); runportCommand();
res.type("html").send("<pre>重置节点端口完成!请稍等10秒后,主页后缀改为 /list/你的uuid 可查看更新端口后的节点及订阅信息</pre>"); res.type("html").send("<pre>重置三个节点端口完成!请稍等10秒后,主页后缀改为 /list/你的uuid 可查看更新端口后的节点及订阅信息</pre>");
}); });
app.get("/list/key", (req, res) => { app.get("/list/key", (req, res) => {