Skip to content

Commit

Permalink
Use port 3001
Browse files Browse the repository at this point in the history
  • Loading branch information
eordano committed Feb 18, 2017
1 parent ade1f0b commit 01b42ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ io.on('connection', (socket) => {
})
});

server.listen(3000, '0.0.0.0')
server.listen(3001, '0.0.0.0')

0 comments on commit 01b42ce

Please sign in to comment.