diff --git a/lib/index.js b/lib/index.js index 5d5a7bb..c4d745e 100644 --- a/lib/index.js +++ b/lib/index.js @@ -179,7 +179,7 @@ function not_found(req, res) { title: 'Not found', status: 404, method: req.method, - url + url: req.url })); }