Skip to content
Snippets Groups Projects
Commit e19b1215 authored by Baptiste Toulemonde's avatar Baptiste Toulemonde
Browse files

fix routing

parent 54834f08
No related branches found
No related tags found
1 merge request!39fix routing
......@@ -18,7 +18,6 @@ export interface ICustomRoute extends Route {
const routes: ICustomRoute[] = [
{ path: '', redirectTo: '/dashboard', pathMatch: 'full' },
{path: 'callback', component: CallbackComponent},
{ path: 'dashboard', component: DashboardComponent, canActivate: [ FdpGuard, AuthGuardService],
children: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment