mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-11-22 14:23:57 +00:00
BETTERZON-29: Reformatting Backend Code
This commit is contained in:
parent
acdcf1b509
commit
1c9387a496
|
@ -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