no error for home auth class

This commit is contained in:
Parsa Nazer
2025-01-27 22:13:15 +03:30
parent c9fb4953ba
commit 37a3c62973
+1
View File
@@ -8,6 +8,7 @@ from rest_framework import status
class HomeView(APIView): class HomeView(APIView):
authentication_classes = []
def get(self, request): def get(self, request):
dollor_object, _ = DollorModel.objects.get_or_create(unique_filed='unique') dollor_object, _ = DollorModel.objects.get_or_create(unique_filed='unique')