diff options
Diffstat (limited to 'routes')
-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 9bd03cb..6910dfa 100644 --- a/routes/index.js +++ b/routes/index.js @@ -23,7 +23,7 @@ exports.render = function(req, res){ clientRes.on('end', function (chunk) { var doc = collection_json.fromObject(JSON.parse(body)); res.render('data', { - title: 'Rendering ' + req.query.url, + url: req.query.url, doc: doc, headers: clientRes.headers, raw: body, |