MOBILE-3320 feedback: Fix mobile routes
parent
aa106f3728
commit
b8fc43680e
|
@ -44,7 +44,7 @@ const mobileRoutes: Routes = [
|
||||||
component: AddonModFeedbackRespondentsPage,
|
component: AddonModFeedbackRespondentsPage,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: ':courseId/:cmId/attempt/:attemptId',
|
path: ':courseId/:cmId/respondents/attempt/:attemptId',
|
||||||
loadChildren: () => import('./pages/attempt/attempt.module').then(m => m.AddonModFeedbackAttemptPageModule),
|
loadChildren: () => import('./pages/attempt/attempt.module').then(m => m.AddonModFeedbackAttemptPageModule),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue