Skip to content

Commit

Permalink
Switch from port 3000 to port 4000
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzokuken committed Oct 9, 2017
1 parent 5abf6bf commit 769c90f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ app.get('/', (req, res) => {
}
});

app.listen(3000, 'localhost', () => {
console.log('Plotsbot is listening on port 3000!');
app.listen(4000, 'localhost', () => {
console.log('Plotsbot is listening on port 4000!');
});

0 comments on commit 769c90f

Please sign in to comment.