aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/routes
diff options
context:
space:
mode:
Diffstat (limited to 'routes')
-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' });
};