diff --git a/packages/lti-course-manager/app/router.js b/packages/lti-course-manager/app/router.js index ea4b2a84cb..f32072c295 100644 --- a/packages/lti-course-manager/app/router.js +++ b/packages/lti-course-manager/app/router.js @@ -30,7 +30,7 @@ Router.map(function () { ); }, ); - this.route('print_course', { path: 'course/:course_id/print' }); + this.route('print-course', { path: 'course/:course_id/print' }); this.route('course-materials', { path: 'courses/:course_id/materials' }); this.route('course-rollover');