mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-29 04:36:11 +01:00
push for jeva
This commit is contained in:
parent
d5bf1ab388
commit
4874862928
209 changed files with 1845 additions and 847930 deletions
|
|
@ -11,8 +11,8 @@ export const routes: Routes = [
|
|||
path: 'auth',
|
||||
loadChildren: () => import('./auth/login.module').then(m => m.AuthModule),
|
||||
},
|
||||
{ path: '', redirectTo: 'auth', pathMatch: 'full' },
|
||||
{ path: '**', redirectTo: 'auth' },
|
||||
{ path: '', redirectTo: 'pages', pathMatch: 'full' },
|
||||
{ path: '**', redirectTo: 'pages' },
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue