We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190d29e commit 49a562bCopy full SHA for 49a562b
src/root/modules/application/application-routing.module.ts
@@ -27,7 +27,7 @@ import { ROUTES } from '../common/mediation-numerique.routes';
27
loadChildren: async () => (await import('@features/donnees-personnelles')).DonneesPersonnellesFeatureModule,
28
path: 'donnees-personnelles'
29
},
30
- { path: '**', pathMatch: 'full', redirectTo: 'orientation' }
+ { path: '**', pathMatch: 'full', redirectTo: 'cartographie' }
31
])
32
]
33
})
0 commit comments