Skip to content
Snippets Groups Projects
Commit 5606d2b8 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Apply suggestion to core/urls.py

parent eafcc4d5
No related branches found
No related tags found
1 merge request!165Resolve "Introducing a labelling system for tutors to mark certain submission"
Pipeline #100750 failed
......@@ -16,7 +16,7 @@ router.register('feedback-comment', views.FeedbackCommentApiView)
router.register('submission', views.SubmissionViewSet,
basename='submission')
router.register('submissiontype', views.SubmissionTypeApiView)
router.register('corrector', views.CorrectorApiViewSet, basename='tutor')
router.register('corrector', views.CorrectorApiViewSet, basename='corrector')
router.register('subscription', views.SubscriptionApiViewSet,
basename='subscription')
router.register('assignment', views.AssignmentApiViewSet)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment