diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-03 10:45:14 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-03 10:45:14 +0200 |
commit | b13b4a86e72371835a4cdcf3ad3bab56762ea0fd (patch) | |
tree | 8a1b70157fa79fededc37cba4f4deee39f7ca363 /routes | |
parent | d695bd4282b356037e7588c3157a7e9b46a7a455 (diff) | |
download | collection-json-explorer-b13b4a86e72371835a4cdcf3ad3bab56762ea0fd.tar.gz collection-json-explorer-b13b4a86e72371835a4cdcf3ad3bab56762ea0fd.tar.bz2 collection-json-explorer-b13b4a86e72371835a4cdcf3ad3bab56762ea0fd.tar.xz collection-json-explorer-b13b4a86e72371835a4cdcf3ad3bab56762ea0fd.zip |
o Improved front page.
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 }); }; |