Display a 404 on people/:id and company/:id when id does not exist (#1468)
* Display 404 while person or company not found * Display 404 while person or company not found * Issue solved
This commit is contained in:
@ -24,4 +24,5 @@ export enum AppPath {
|
||||
|
||||
// 404 page not found
|
||||
NotFoundWildcard = '*',
|
||||
NotFound = '/not-found',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user