fix typo; throw exception on error

This commit is contained in:
Marc Wäckerlin
2018-11-30 22:35:34 +01:00
parent 786cb0be5b
commit d3c6c1c6cc
3 changed files with 16 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ var router = express.Router();
/* GET home page. */
router.get('/', function(req, res) {
res.render('index', { title: 'Express' });
res.render('index', { title: 'ServiceDock' });
});
module.exports = router;