Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoder authored Sep 14, 2020
1 parent fbf5419 commit 204c009
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ io.on("connection", function(socket) {
});
});

http.listen(3000, function() {
console.log("listening on localhost:3000");
});
http.listen(process.env.PORT || 5000)

0 comments on commit 204c009

Please sign in to comment.