diff --git a/src/app.js b/src/app.js index d0a58c3..354bee5 100644 --- a/src/app.js +++ b/src/app.js @@ -73,7 +73,9 @@ map(routes, (route) => { // If no redirect found if (!redirect) { - throw new RequestException(404, { error: req.i18n('Not found.') }); + throw new RequestException(404, { + error: req.i18n(`Not found: ${getPath(req)}`), + }); } // Send redirect