404 wildcard for subpaths

This commit is contained in:
Cagatay Civici
2022-10-27 21:27:36 +03:00
parent 73c7e63414
commit 1f7ef417fc
6 changed files with 11 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ export class AppMenuComponent implements OnInit {
{
label: 'Not Found',
icon: 'pi pi-fw pi-exclamation-circle',
routerLink: ['/pages/notfound']
routerLink: ['/notfound']
},
{
label: 'Empty',