✨(backend) enable retrieve viewset on recording model
Add Django built-in mixins to recording viewset to support individual record retrieval. Enables frontend to access single recording details needed for the upcoming download page implementation.
This commit is contained in:
committed by
aleb_the_flash
parent
20aceb1932
commit
dc06b55693
@@ -544,6 +544,7 @@ class ResourceAccessViewSet(
|
||||
class RecordingViewSet(
|
||||
mixins.DestroyModelMixin,
|
||||
mixins.ListModelMixin,
|
||||
mixins.RetrieveModelMixin,
|
||||
viewsets.GenericViewSet,
|
||||
):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user