Clickable URL on terminal
A full URL is [clickable while holding the CTRL key](http://unix.stackexchange.com/a/284477).pull/16/head
parent
1c44ddb8ea
commit
8f4b60c7aa
2
app.js
2
app.js
|
@ -146,5 +146,5 @@ app.get(routes.logger, function(req, res) {
|
||||||
});
|
});
|
||||||
|
|
||||||
app.listen(app.get('port'), function() {
|
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'));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue