diff --git a/backend/home/views.py b/backend/home/views.py index 815a2e4..8d78300 100644 --- a/backend/home/views.py +++ b/backend/home/views.py @@ -8,6 +8,7 @@ from rest_framework import status class HomeView(APIView): + authentication_classes = [] def get(self, request): dollor_object, _ = DollorModel.objects.get_or_create(unique_filed='unique')