Skip to content

Commit 9455068

Browse files
committed
Removing the plugins.
1 parent 77b2dba commit 9455068

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

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

55
export const routes: Routes = [
6-
{
7-
path: "customers-pn",
8-
canActivate: [AuthGuard],
9-
loadChildren: "./modules/customers-pn/customers-pn.module#CustomersPnModule"
10-
},
11-
{
12-
path: "case-management-pn",
13-
canActivate: [AuthGuard],
14-
loadChildren: "./modules/case-management-pn/case-management-pn.module#CaseManagementPnModule"
15-
},
16-
{
17-
path: "machine-area-pn",
18-
canActivate: [AuthGuard],
19-
loadChildren: "./modules/machine-area-pn/machine-area-pn.module#MachineAreaPnModule"
20-
}
216
// INSERT ROUTES HERE
227
];
238

0 commit comments

Comments
 (0)