Skip to content
Snippets Groups Projects
Commit bf733592 authored by Matthieu Benoist's avatar Matthieu Benoist
Browse files

add accueil and recherche redirects

parent cfbee40e
Branches
Tags
1 merge request!133add accueil and recherche redirects
......@@ -8,6 +8,14 @@ export const routes: Routes = [
path: '',
component: HomeComponent,
},
{
path: 'accueil',
redirectTo: AppRoutes.root.url,
},
{
path: 'recherche',
redirectTo: AppRoutes.datasets.uri,
},
{
path: '**',
redirectTo: AppRoutes.page404.uri,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment