fix: comments con companies app fixed

This commit is contained in:
2025-08-07 09:40:08 +05:00
parent d46506cc32
commit 73aa6a6242
3 changed files with 21 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ from core.apps.companies.serializers.accounts import (
)
###################################################################################
# @view-set | POST, GET, UPDATE, DELETE, PATCH, PUT -
# @view-set | ALL - /company-accounts
###################################################################################
@extend_schema(tags=["CompanyAccount"])
class CompanyAccountCrudViewSet(BaseViewSetMixin, ModelViewSet):