Browse Source

Change listening port

master
Sven Slootweg 4 years ago
parent
commit
4104c8778b
  1. 2
      index.js

2
index.js

@ -75,4 +75,4 @@ app.use((error, req, res, next) => {
}
});
app.listen(3000);
app.listen(3842);

Loading…
Cancel
Save