Merge pull request #8 from heroku/start-message

remove localhost from startup message
main
Jon Mountjoy 9 years ago
commit 40e6efbefb

@ -9,5 +9,5 @@ app.get('/', function(request, response) {
});
app.listen(app.get('port'), function() {
console.log("Node app is running at localhost:" + app.get('port'));
console.log('Node app is running on port', app.get('port'));
});

Loading…
Cancel
Save