Skip to content
Snippets Groups Projects
Commit fecf753e authored by Timothé Bailly-Barthez's avatar Timothé Bailly-Barthez
Browse files

fix tout nul sur le front

parent ebdcd24c
Branches
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ myCache.on("expired", function (key, value) { ...@@ -14,7 +14,7 @@ myCache.on("expired", function (key, value) {
/* 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: 'Graphe des assos' });
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment