Make listening message report the actual port
This commit is contained in:
parent
cde3a90922
commit
21ed458569
1 changed files with 1 additions and 1 deletions
|
@ -60,4 +60,4 @@ app.use((req, res) => {
|
|||
});
|
||||
});
|
||||
|
||||
app.listen(config.port, () => global.consoleHelper.printBancho("Binato is up! Listening at port 5001"));
|
||||
app.listen(config.port, () => global.consoleHelper.printBancho(`Binato is up! Listening at port ${config.port}`));
|
Loading…
Reference in a new issue