mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 03:05:12 +00:00
pass URL to 404 handler
This commit is contained in:
@@ -179,7 +179,7 @@ function not_found(req, res) {
|
||||
title: 'Not found',
|
||||
status: 404,
|
||||
method: req.method,
|
||||
url
|
||||
url: req.url
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user