attempting to improve page not found logic
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 37s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 37s
This commit is contained in:
parent
5d62361201
commit
55c74f36db
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ export class Router {
|
||||||
}
|
}
|
||||||
|
|
||||||
res.status(404);
|
res.status(404);
|
||||||
next('Page Not Found');
|
next(`Page (${req.path}) Not Found`);
|
||||||
});
|
});
|
||||||
|
|
||||||
const loadedErrorControllers = loadedControllerObjects
|
const loadedErrorControllers = loadedControllerObjects
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue