removed weedkeeper traces from home.module
This commit is contained in:
parent
25f0188dec
commit
1edbc354bb
@ -22,41 +22,12 @@ const routes: Routes = [
|
||||
path: "settings",
|
||||
canActivate: [AuthGuard],
|
||||
component: SettingsComponent
|
||||
},
|
||||
{
|
||||
path: "dashboard",
|
||||
loadChildren: () =>
|
||||
import('../../feature/dashboard/dashboard.module').then((m) => m.DashboardModule)
|
||||
},
|
||||
{
|
||||
path: "plant",
|
||||
canActivate: [AuthGuard],
|
||||
loadChildren: () =>
|
||||
import('../../feature/plant/plant.module').then((m) => m.PlantModule)
|
||||
},
|
||||
{
|
||||
path: "device",
|
||||
canActivate: [AuthGuard],
|
||||
loadChildren: () =>
|
||||
import('../../feature/device/device.module').then((m) => m.DeviceModule)
|
||||
},
|
||||
{
|
||||
path: "location",
|
||||
canActivate: [AuthGuard],
|
||||
loadChildren: () =>
|
||||
import('../../feature/location/location.module').then((m) => m.LocationModule)
|
||||
},
|
||||
{
|
||||
path: "admin",
|
||||
canActivate: [AuthGuard],
|
||||
loadChildren: () =>
|
||||
import('../../feature/admin/admin.module').then((m) => m.AdminModule)
|
||||
},
|
||||
}/*,
|
||||
{
|
||||
path: '**',
|
||||
redirectTo: 'dashboard',
|
||||
pathMatch: 'full'
|
||||
}
|
||||
}*/
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user