melepas auth guard sementara
This commit is contained in:
parent
e92c576844
commit
7bf0474fbb
|
@ -50,23 +50,23 @@ const appRoutes: Routes = [
|
|||
{ path: 'changelog', component: ChangelogComponent, canActivate: [AuthGuard] },
|
||||
{
|
||||
path: 'monitoring', loadChildren: () => import('../app/content/hemat-app/monitoring/monitoring.module').then(m => m.MonitoringModule)
|
||||
, canActivate: [AuthGuard]
|
||||
// , canActivate: [AuthGuard]
|
||||
},
|
||||
{
|
||||
path: 'device', loadChildren: () => import('../app/content/hemat-app/device/device.module').then(m => m.DeviceModule)
|
||||
, canActivate: [AuthGuard]
|
||||
// , canActivate: [AuthGuard]
|
||||
},
|
||||
{
|
||||
path: 'cost-management', loadChildren: () => import('../app/content/hemat-app/cost-management/cost-management.module').then(m => m.CostManagementModule)
|
||||
, canActivate: [AuthGuard]
|
||||
// , canActivate: [AuthGuard]
|
||||
},
|
||||
{
|
||||
path: 'user-access', loadChildren: () => import('../app/content/hemat-app/user-access/user-access.module').then(m => m.UserAccessModule)
|
||||
, canActivate: [AuthGuard]
|
||||
// , canActivate: [AuthGuard]
|
||||
},
|
||||
{
|
||||
path: 'master', loadChildren: () => import('../app/content/hemat-app/master/master.module').then(m => m.MasterModule)
|
||||
, canActivate: [AuthGuard]
|
||||
// , canActivate: [AuthGuard]
|
||||
},
|
||||
{
|
||||
path: 'dashboard', loadChildren: () => import('../app/content/dashboard/dashboard.module').then(m => m.DashboardModule)
|
||||
|
|
Loading…
Reference in New Issue