fix server maybe
This commit is contained in:
parent
02c51912b0
commit
921e08e0ff
2 changed files with 3 additions and 9 deletions
|
@ -106,9 +106,9 @@ module.exports = (client) => {
|
|||
}
|
||||
}); */
|
||||
|
||||
app.listen(port, hostname, () => {
|
||||
app.listen(port, () => {
|
||||
setTimeout(() => {
|
||||
console.log(`Listening on ${hostname}:${port}`);
|
||||
console.log(`Listening on ${port}`);
|
||||
}, 1000 * 3);
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue