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
commit 5bfe237feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 50 additions and 48 deletions

View File

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