diff --git a/projects/common-map/src/fm-map/common-map-routing.module.ts b/projects/common-map/src/fm-map/common-map-routing.module.ts index 0e4b723..5f744a8 100644 --- a/projects/common-map/src/fm-map/common-map-routing.module.ts +++ b/projects/common-map/src/fm-map/common-map-routing.module.ts @@ -5,7 +5,7 @@ import { AuthGuard } from '@farmmaps/common'; const routes = [ { - path: '', canActivateChild: [AuthGuard], children: [ + path: '', children: [ { path: '', component: MapComponent @@ -13,7 +13,7 @@ const routes = [ ] }, { - path: ':xCenter/:yCenter/:zoom/:rotation/:baseLayer/:queryState', canActivateChild: [AuthGuard], children: [ + path: ':xCenter/:yCenter/:zoom/:rotation/:baseLayer/:queryState', children: [ { path: '', component: MapComponent