diff --git a/src/Router.ts b/src/Router.ts index bf760c0..cfd3cd4 100644 --- a/src/Router.ts +++ b/src/Router.ts @@ -437,7 +437,7 @@ export class Router { } res.status(404); - next('Page Not Found'); + next(`Page (${req.path}) Not Found`); }); const loadedErrorControllers = loadedControllerObjects