Merge pull request #16 from robsonsobral/master

Clickable URL on terminal
This commit is contained in:
Suresh Alse
2016-09-01 11:07:55 -07:00
committed by GitHub

2
app.js
View File

@@ -146,5 +146,5 @@ app.get(routes.logger, function(req, res) {
});
app.listen(app.get('port'), function() {
console.log("Crontab UI is running at localhost:" + app.get('port'));
console.log("Crontab UI is running at http://localhost:" + app.get('port'));
});