fix: COMMENT rules fix
This commit is contained in:
@@ -12,9 +12,9 @@ from core.apps.companies.serializers.accounts import (
|
||||
DestroyCompanyAccountSerializer,
|
||||
)
|
||||
|
||||
######################################################################
|
||||
# Crud
|
||||
######################################################################
|
||||
###################################################################################
|
||||
# @view-set | POST, GET, UPDATE, DELETE, PATCH, PUT -
|
||||
###################################################################################
|
||||
@extend_schema(tags=["CompanyAccount"])
|
||||
class CompanyAccountCrudViewSet(BaseViewSetMixin, ModelViewSet):
|
||||
queryset = CompanyAccountModel.objects.all()
|
||||
|
||||
Reference in New Issue
Block a user