Skip to content

Commit

Permalink
Merge pull request #7926 from stopfstedt/lti-course-manager-print-route
Browse files Browse the repository at this point in the history
fixes print-course route.
  • Loading branch information
jrjohnson committed Jul 5, 2024
2 parents f700e2f + d1db531 commit 48330d9
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 48330d9

Please sign in to comment.