diff --git a/core/viewsets.py b/core/viewsets.py index 29169409..2c2795fb 100644 --- a/core/viewsets.py +++ b/core/viewsets.py @@ -1294,7 +1294,7 @@ class AddressViewSet(EvibesViewSet): filterset_class = AddressFilter queryset = Address.objects.all() serializer_class = AddressSerializer - additional = {"create": "ALLOW"} + additional = {"create": "ALLOW", "retrieve": "ALLOW"} def get_serializer_class(self): if self.action == "create":