Clickable URL on terminal

A full URL is [clickable while holding the CTRL key](http://unix.stackexchange.com/a/284477).
pull/16/head
Robson Sobral 2016-09-01 14:40:00 -03:00 committed by GitHub
parent 1c44ddb8ea
commit 8f4b60c7aa
1 changed files with 1 additions and 1 deletions

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'));
});