pass URL to 404 handler

This commit is contained in:
Rich Harris
2017-12-20 08:29:28 -05:00
parent 2a68394dce
commit 463307db86

View File

@@ -179,7 +179,7 @@ function not_found(req, res) {
title: 'Not found',
status: 404,
method: req.method,
url
url: req.url
}));
}