mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-22 20:09:54 +00:00
fix: swagger
This commit is contained in:
@@ -11,7 +11,7 @@ from orgs.utils import tmp_to_root_org
|
||||
|
||||
|
||||
class TicketSessionRelationViewSet(CreateModelMixin, JMSGenericViewSet):
|
||||
queryset = TicketSession
|
||||
queryset = TicketSession.objects.all()
|
||||
serializer_class = TicketSessionRelationSerializer
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user