MOBILE-3320 feedback: Fix mobile routes

main
Noel De Martin 2021-06-21 16:54:47 +02:00
parent aa106f3728
commit b8fc43680e
1 changed files with 1 additions and 1 deletions

View File

@ -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),
}, },
]; ];