diff --git a/front/app/src/app/views/entities/entities-routing.module.ts b/front/app/src/app/views/entities/entities-routing.module.ts index 87e49d2c..9675f6d1 100644 --- a/front/app/src/app/views/entities/entities-routing.module.ts +++ b/front/app/src/app/views/entities/entities-routing.module.ts @@ -15,8 +15,9 @@ const routes: Routes = [ title: 'Entities', }, children: [ + { path: '', redirectTo: 'list', pathMatch: 'full' }, { - path: '', + path: 'list', component: EntityListComponent, data: { title: 'List',