We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc31da2 commit 6f34083Copy full SHA for 6f34083
src/app/app-routing.module.ts
@@ -74,11 +74,11 @@ const route: Routes = [
74
canActivate: [AuthGuard],
75
loadChildren: () => import('./modules/templates/maps/maps.module').then(m => m.MapsModule)
76
},
77
- // {
78
- // path: 'extra',
79
- // canActivate: [AuthGuard],
80
- // loadChildren: () => import('./modules/templates/extra/extra.module').then(m => m.ExtraModule)
81
- // },
+ {
+ path: 'extra',
+ canActivate: [AuthGuard],
+ loadChildren: () => import('./modules/templates/extra/extra.module').then(m => m.ExtraModule)
+ },
82
{
83
path: 'admin',
84
loadChildren: () =>
0 commit comments