diff --git a/apps/location/views/back.py b/apps/location/views/back.py index 94646244..44385a9b 100644 --- a/apps/location/views/back.py +++ b/apps/location/views/back.py @@ -131,7 +131,7 @@ class CountryRUDView(CountryBaseViewMixin, generics.RetrieveUpdateDestroyAPIView serializer_class = serializers.CountryBackSerializer -class CountryCallingCodeListView(generics.ListAPIView): +class CountryCallingCodeListView(generics.GenericAPIView): """ ## Country codes view. ### Response