From 2d005596561387daee2a0c887ac0c2936b3481b0 Mon Sep 17 00:00:00 2001 From: Husanjonazamov Date: Thu, 12 Feb 2026 16:13:57 +0500 Subject: [PATCH] cicd port ozgardi --- core/apps/evaluation/views/customer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/apps/evaluation/views/customer.py b/core/apps/evaluation/views/customer.py index 581cd27..c7b9e46 100644 --- a/core/apps/evaluation/views/customer.py +++ b/core/apps/evaluation/views/customer.py @@ -29,6 +29,8 @@ class CustomerView(BaseViewSetMixin, ReadOnlyModelViewSet): + + @extend_schema(tags=["PropertyOwner"]) class PropertyOwnerView(BaseViewSetMixin, ReadOnlyModelViewSet): queryset = PropertyOwnerModel.objects.all()