Remove authguard
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma 2020-01-20 17:31:09 +01:00
parent 9103753b09
commit 9277b1fa25

View File

@ -5,7 +5,7 @@ import { AuthGuard } from '@farmmaps/common';
const routes = [ const routes = [
{ {
path: '', canActivateChild: [AuthGuard], children: [ path: '', children: [
{ {
path: '', path: '',
component: MapComponent 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: '', path: '',
component: MapComponent component: MapComponent