mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-11-22 14:23:57 +00:00
Merge pull request #1 from Mueller-Patrick/BETTERZON-29
BETTERZON-29: Testing stuff
This commit is contained in:
commit
5bfe237feb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user