This commit is contained in:
Paulo Pinto
2020-09-02 09:41:41 +01:00
6 changed files with 156 additions and 135 deletions
-4
View File
@@ -34,10 +34,6 @@ const routes: Routes = [
{
path: 'attachments',
children: [
{
path:'',
loadChildren: ()=> import('../pages/events/attachments/attachments.module').then(m => m.AttachmentsPageModule)
},
{
path:':eventId',
loadChildren: ()=> import('../pages/events/attachments/attachments.module').then(m => m.AttachmentsPageModule)