增加 localhost 检测

This commit is contained in:
whyour
2026-05-17 23:43:09 +08:00
parent 3464c4da61
commit 40d4de9017
6 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const check = async (
switch (call.request.service) {
case 'cron':
const res = await promiseExec(
`curl -s --noproxy '*' http://0.0.0.0:${config.port}/api/system`,
`curl -s --noproxy '*' http://localhost:${config.port}/api/system`,
);
if (res.includes('200')) {