Merge pull request 'cicd port ozgardi' (#5) from feat/test into main
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 2m7s
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 2m7s
Reviewed-on: #5
This commit is contained in:
@@ -28,6 +28,7 @@ class CustomerView(BaseViewSetMixin, ReadOnlyModelViewSet):
|
||||
}
|
||||
|
||||
|
||||
|
||||
@extend_schema(tags=["PropertyOwner"])
|
||||
class PropertyOwnerView(BaseViewSetMixin, ReadOnlyModelViewSet):
|
||||
queryset = PropertyOwnerModel.objects.all()
|
||||
|
||||
Reference in New Issue
Block a user