Merge pull request #1 from Mueller-Patrick/BETTERZON-29

BETTERZON-29: Testing stuff
This commit is contained in:
Patrick
2020-11-13 21:01:36 +01:00
committed by GitHub
4 changed files with 50 additions and 48 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ var router = express.Router();
/* GET home page. */ /* GET home page. */
router.get('/', function (req, res, next) { router.get('/', function (req, res, next) {
res.render('index', { title: 'Express' }); res.render('index', {
title: 'Express'
});
}); });
module.exports = router; module.exports = router;