Skip to content

Commit

Permalink
fix: add trailing slash to the url
Browse files Browse the repository at this point in the history
Co-authored-by: Feanil Patel <feanil@axim.org>
  • Loading branch information
MaferMazu and feanil committed Sep 15, 2023
1 parent cc45fa9 commit a8de7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/enrollments/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
EnrollmentCourseDetailView.as_view(), name='courseenrollmentdetails'),
path('unenroll/', UnenrollmentView.as_view(), name='unenrollment'),
path('roles/', EnrollmentUserRolesView.as_view(), name='roles'),
path('enrollment_allowed', EnrollmentAllowedView.as_view(), name='courseenrollmentallowed'),
path('enrollment_allowed/', EnrollmentAllowedView.as_view(), name='courseenrollmentallowed'),
]

0 comments on commit a8de7dd

Please sign in to comment.