|
|
@@ -85,5 +85,5 @@ const HOST = "0.0.0.0";
|
|
|
// Launch app to listen to specified port
|
|
|
const server = app.listen(process.env.EXPRESS_PORT || 3000, HOST, () => {
|
|
|
const PORT = server.address().port;
|
|
|
- console.log(`Running on http://${HOST}:${PORT}`);
|
|
|
+ console.log(`Running on http://localhost:3000`);
|
|
|
});
|