Browse Source

Merge pull request #16 from robsonsobral/master

Clickable URL on terminal
pull/18/head
Suresh Alse 8 years ago committed by GitHub
parent
commit
1c7011f355
  1. 2
      app.js

2
app.js

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

Loading…
Cancel
Save