From 57b9e0ed6e7d912b0fb000522ad0643511bca002 Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Tue, 23 Mar 2021 11:34:57 +0100 Subject: [PATCH] fix: remove admin guard from news --- src/app/app-routing.module.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index c0890bbf9..b8a27b65e 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -89,7 +89,6 @@ const routes: Routes = [ }, { path: 'news', - canActivate: [AdminGuard], loadChildren: () => import('./post/post.module').then((m) => m.PostModule), }, { -- GitLab