You've already forked uptime-kuma
mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-11-27 22:48:46 +02: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