Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwalker committed Jul 17, 2013
1 parent ec14c63 commit 0660542
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ app.get('/', function(request, response) {
response.send(data);
});

var port = process.env.PORT || 5000;
var port = process.env.PORT || 8080;
app.listen(port, function() {
console.log("Listening on " + port);
});
Expand All @@ -19,3 +19,5 @@ app.listen(port, function() {





0 comments on commit 0660542

Please sign in to comment.