mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-25 07:45:33 -04:00
fix ping
This commit is contained in:
parent
e0ae9a9e73
commit
d5149f90b4
3 changed files with 5 additions and 9 deletions
|
@ -581,7 +581,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
|
|||
if (hostname) {
|
||||
console.log(`Listening on ${hostname}:${port}`);
|
||||
} else {
|
||||
console.log("Listening on ${port}");
|
||||
console.log(`Listening on ${port}`);
|
||||
}
|
||||
startMonitors();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue