mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Implemented GET call requests to see the events and also each event detail
This commit is contained in:
@@ -50,6 +50,15 @@ const routes: Routes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'view-event',
|
||||
children: [
|
||||
{
|
||||
path:'',
|
||||
loadChildren: ()=> import('../pages/view-event/view-event.module').then(m => m.ViewEventPageModule)
|
||||
}
|
||||
]
|
||||
},
|
||||
/* PROVISORIO */
|
||||
/* {
|
||||
path: 'view-event',
|
||||
|
||||
Reference in New Issue
Block a user