attempting to improve page not found logic
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 37s

This commit is contained in:
Alan Bridgeman 2026-04-08 16:09:35 -05:00
parent 5d62361201
commit 55c74f36db

View file

@ -437,7 +437,7 @@ export class Router {
}
res.status(404);
next('Page Not Found');
next(`Page (${req.path}) Not Found`);
});
const loadedErrorControllers = loadedControllerObjects