Skip to content

Commit

Permalink
fixes print-course route.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Jul 3, 2024
1 parent dcd1dbd commit d1db531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lti-course-manager/app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit d1db531

Please sign in to comment.