Skip to content

Commit 49a562b

Browse files
feat: carto default page (#522)
1 parent 190d29e commit 49a562b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/root/modules/application/application-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { ROUTES } from '../common/mediation-numerique.routes';
2727
loadChildren: async () => (await import('@features/donnees-personnelles')).DonneesPersonnellesFeatureModule,
2828
path: 'donnees-personnelles'
2929
},
30-
{ path: '**', pathMatch: 'full', redirectTo: 'orientation' }
30+
{ path: '**', pathMatch: 'full', redirectTo: 'cartographie' }
3131
])
3232
]
3333
})

0 commit comments

Comments
 (0)