We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85a48c commit 2078b4fCopy full SHA for 2078b4f
src/app/app-routing.module.ts
@@ -48,7 +48,6 @@ export const routes: Routes = [
48
component: AdminDashboardComponent,
49
},
50
{
51
- canActivate: [AdminGuard],
52
path: ProjectLinks.URL_QUERY_EXPLAINER,
53
component: QueryExplainerComponent,
54
loadChildren: () => import("./query-explainer/query-explainer.module").then((m) => m.QueryExplainerModule),
0 commit comments