X-Git-Url: https://git.josue.xyz/?p=projectNeoUtesa%2F.git;a=blobdiff_plain;f=routes%2Findex.js;h=d0a85ba7303a4f10d840f665f908013112b70038;hp=ecca96a56b309a315ddf6399155fd2f953031d3b;hb=a0c49977ace64506912a18301b4ddf013807248f;hpb=b3f942fc6804ce78f0469a26b4a76cd7db10802a diff --git a/routes/index.js b/routes/index.js index ecca96a..d0a85ba 100644 --- a/routes/index.js +++ b/routes/index.js @@ -6,4 +6,5 @@ router.get('/', function(req, res, next) { res.render('index', { title: 'Express' }); }); + module.exports = router;