diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-03-19 09:22:19 -0400 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-03-19 09:22:19 -0400 |
commit | e3258fd4072ab78911f7455a7332ffe473a7f288 (patch) | |
tree | bdb4e4606b2645db95214f5a1daeec8cb427def6 /routes | |
parent | added humans.txt (diff) | |
download | Divid-e3258fd4072ab78911f7455a7332ffe473a7f288.tar.gz |
Made some changes to some templates, and changed the app name
Diffstat (limited to '')
-rw-r--r-- | routes/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/index.js b/routes/index.js index 8681a0e..f18f5ef 100644 --- a/routes/index.js +++ b/routes/index.js @@ -7,7 +7,7 @@ exports.index = function(req, res){ // res.render(TEMPLATE, OBJECT WITH VARIABLES) - res.render('index', { title: 'Express' }); + res.render('index', { title: 'DERS' }); }; |