hostname
This commit is contained in:
parent
9a59674e90
commit
4d083bf7e6
1 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,7 @@ const simpleIcons = require('simple-icons');
|
|||
const con = require('./constants');
|
||||
let { port, hostname } = {
|
||||
port: 3621
|
||||
// hostname: 'localhost'
|
||||
hostname: 'localhost'
|
||||
};
|
||||
|
||||
const app = express();
|
||||
|
@ -104,8 +104,7 @@ module.exports = (client) => {
|
|||
});
|
||||
|
||||
app.listen(
|
||||
port,
|
||||
/* hostname, */ () => {
|
||||
port, hostname, () => {
|
||||
console.log(`Listening on ${port}`);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue