Skip to content

Commit 2078b4f

Browse files
committed
Allow anon access to query explainer
1 parent f85a48c commit 2078b4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/app-routing.module.ts

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export const routes: Routes = [
4848
component: AdminDashboardComponent,
4949
},
5050
{
51-
canActivate: [AdminGuard],
5251
path: ProjectLinks.URL_QUERY_EXPLAINER,
5352
component: QueryExplainerComponent,
5453
loadChildren: () => import("./query-explainer/query-explainer.module").then((m) => m.QueryExplainerModule),

0 commit comments

Comments
 (0)