Skip to content

Commit

Permalink
feat: replace _ with - in video ids path
Browse files Browse the repository at this point in the history
  • Loading branch information
hajorg committed Oct 5, 2023
1 parent 03f11c2 commit c61a74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edxval/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
path('videos/video-images/update/', views.VideoImagesView.as_view(),
name='update-video-images'
),
path('videos/courses/<str:course_id>/video_ids', views.CourseVideoIDsView.as_view(),
path('videos/courses/<str:course_id>/video-ids', views.CourseVideoIDsView.as_view(),
name='course-video-ids'
),
]
Expand Down

0 comments on commit c61a74b

Please sign in to comment.