Remove redundant port selection
This commit is contained in:
parent
e289abf1f8
commit
bb67c4582d
|
@ -71,6 +71,6 @@ http
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.listen(port || 8080);
|
.listen(port);
|
||||||
|
|
||||||
logger.log(`Server started on ${host}`);
|
logger.log(`Server started on ${host}`);
|
||||||
|
|
Loading…
Reference in a new issue