change: change counterparty folder list api

This commit is contained in:
behruz-dev
2025-09-03 17:13:50 +05:00
parent 95e3944585
commit 639b1641d4
2 changed files with 7 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ class CounterpartyFolderListApiView(generics.GenericAPIView):
queryset = CounterpartyFolder.objects.all()
permission_classes = [HasRolePermission]
required_permissions = []
pagination_class = None
def get(self, request):
folders = self.get_queryset()