Skip to content

Commit

Permalink
Puerto 3001 para despliegue
Browse files Browse the repository at this point in the history
  • Loading branch information
arpunk committed Jun 8, 2011
1 parent 0f39670 commit ea5923b
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 @@ -47,5 +47,5 @@ app.get('/', function(req, res){
});
});

app.listen(3000);
app.listen(3001);
console.log("Express server listening on port %d", app.address().port);

0 comments on commit ea5923b

Please sign in to comment.