fix: Swagger schema fix, comments add

This commit is contained in:
2025-08-07 10:47:03 +05:00
parent 73aa6a6242
commit e40bced16b
10 changed files with 241 additions and 175 deletions

View File

@@ -38,7 +38,7 @@ UserModel = get_user_model()
###################################################################################
# @view-set | ALL - /companies
###################################################################################
@extend_schema(tags=["Company"])
@extend_schema(tags=["Companies"])
class CompanyCrudViewSet(BaseViewSetMixin, ModelViewSet):
queryset = CompanyModel.objects.all()
serializer_class = ListCompanySerializer