Code format
This commit is contained in:
@@ -19,5 +19,5 @@ export const appRoutes: Routes = [
|
||||
{ path: 'landing', component: Landing },
|
||||
{ path: 'notfound', component: Notfound },
|
||||
{ path: 'auth', loadChildren: () => import('./app/pages/auth/auth.routes') },
|
||||
{ path: '**', redirectTo: '/notfound' },
|
||||
{ path: '**', redirectTo: '/notfound' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user