push for jeva

This commit is contained in:
Zuhdan Ubay 2020-05-22 18:36:21 +07:00
parent d5bf1ab388
commit 4874862928
209 changed files with 1845 additions and 847930 deletions

View file

@ -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({