From e304376e990dc18c5298e68d6566dca7b896f620 Mon Sep 17 00:00:00 2001 From: Husanjonazamov Date: Thu, 12 Feb 2026 15:54:40 +0500 Subject: [PATCH] cicd port ozgardi --- core/apps/evaluation/views/customer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/apps/evaluation/views/customer.py b/core/apps/evaluation/views/customer.py index 510f309..581cd27 100644 --- a/core/apps/evaluation/views/customer.py +++ b/core/apps/evaluation/views/customer.py @@ -28,6 +28,7 @@ class CustomerView(BaseViewSetMixin, ReadOnlyModelViewSet): } + @extend_schema(tags=["PropertyOwner"]) class PropertyOwnerView(BaseViewSetMixin, ReadOnlyModelViewSet): queryset = PropertyOwnerModel.objects.all()