mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 22:21:03 +08:00
fix ping
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user