fix: Swagger schema fix, comments add
This commit is contained in:
@@ -15,7 +15,7 @@ from core.apps.companies.serializers.accounts import (
|
||||
###################################################################################
|
||||
# @view-set | ALL - /company-accounts
|
||||
###################################################################################
|
||||
@extend_schema(tags=["CompanyAccount"])
|
||||
@extend_schema(tags=["Company Accounts"])
|
||||
class CompanyAccountCrudViewSet(BaseViewSetMixin, ModelViewSet):
|
||||
queryset = CompanyAccountModel.objects.all()
|
||||
serializer_class = ListCompanyAccountSerializer
|
||||
|
||||
Reference in New Issue
Block a user