aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/routes
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-03-19 09:22:19 -0400
committerDennis Eriksen <dennis.se@gmail.com>2013-03-19 09:22:19 -0400
commite3258fd4072ab78911f7455a7332ffe473a7f288 (patch)
treebdb4e4606b2645db95214f5a1daeec8cb427def6 /routes
parentadded humans.txt (diff)
downloadDivid-e3258fd4072ab78911f7455a7332ffe473a7f288.tar.gz
Made some changes to some templates, and changed the app name
Diffstat (limited to '')
-rw-r--r--routes/index.js2
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' });
};