Skip to content

Commit

Permalink
Update tests_app/tests/functional/mixins/detail_serializer_mixin/urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy authored Sep 4, 2024
1 parent 86ddd98 commit f522ba9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
viewset_router.register('comments-3', CommentWithIdTwoViewSet, basename='alt3')
viewset_router.register('comments-4', CommentWithIdTwoAndIdOneForDetailViewSet, basename='alt4')
viewset_router.register('comments-5', CommentWithDetailSerializerAndNoArgsForGetQuerySetViewSet, basename='alt5')

urlpatterns = viewset_router.urls

0 comments on commit f522ba9

Please sign in to comment.