course creation
This commit is contained in:
@@ -7,7 +7,6 @@ const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: Layout,
|
||||
canActivate: [authGuard],
|
||||
children: [
|
||||
{ path: '', loadComponent: () => import('./pages/main/main').then((m) => m.Main) },
|
||||
{
|
||||
@@ -46,16 +45,6 @@ const routes: Routes = [
|
||||
path: 'limits',
|
||||
loadComponent: () => import('./pages/limits/limits').then((m) => m.LimitsPage),
|
||||
},
|
||||
{
|
||||
path: 'rapport-courses',
|
||||
loadComponent: () =>
|
||||
import('./pages/report-courses/report-list').then((m) => m.ReportCoursesListPage),
|
||||
},
|
||||
{
|
||||
path: 'rapport-courses/:id',
|
||||
loadComponent: () =>
|
||||
import('./pages/report-courses/report-detail').then((m) => m.ReportCoursesDetailPage),
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user