diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts
index c0890bbf96bc578c154f282e20ffbdcecad0f54b..b8a27b65e0260fe2bd65a2d575b8af3506c09d3e 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),
   },
   {