Skip to content

Commit b4c50ce

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 030d91c + e88e897 commit b4c50ce

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

eform-client/src/app/plugins/plugins.routing.ts

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,7 @@ import {RouterModule, Routes} from '@angular/router';
33
import {AuthGuard} from 'src/app/common/guards';
44

55
export const routes: Routes = [
6-
{
7-
path: 'trash-inspection-pn',
8-
canActivate: [AuthGuard],
9-
loadChildren: './modules/trash-inspection-pn/trash-inspection-pn.module#TrashInspectionPnModule'
10-
},
11-
{
12-
path: 'customers-pn',
13-
canActivate: [AuthGuard],
14-
loadChildren: './modules/customers-pn/customers-pn.module#CustomersPnModule'
15-
},
16-
{
17-
path: 'machine-area-pn',
18-
canActivate: [AuthGuard],
19-
loadChildren: './modules/machine-area-pn/machine-area-pn.module#MachineAreaPnModule'
20-
}];
6+
];
217

228
@NgModule({
239
imports: [RouterModule.forChild(routes)],

0 commit comments

Comments
 (0)