remove authentication_classes
This commit is contained in:
@@ -8,7 +8,6 @@ from rest_framework import status
|
||||
|
||||
|
||||
class HomeView(APIView):
|
||||
authentication_classes = []
|
||||
def get(self, request):
|
||||
|
||||
dollor_object, _ = DollorModel.objects.get_or_create(unique_filed='unique')
|
||||
|
||||
Reference in New Issue
Block a user