diff options
Diffstat (limited to 'routes')
-rw-r--r-- | routes/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routes/index.js b/routes/index.js index 5f2c79c..ce0d6aa 100644 --- a/routes/index.js +++ b/routes/index.js @@ -13,7 +13,6 @@ function urlgenerator(req) { exports.index = function(req, res){ res.render('index', { - title: 'Collection+JSON Explorer', host: req.headers.host }); }; |