This commit is contained in:
parent
aed34bcf54
commit
78ae14169a
@ -121,4 +121,5 @@ class GetAuthTokenView(APIView):
|
||||
print(response.json())
|
||||
return Response(response.json())
|
||||
except:
|
||||
print("ERROR")
|
||||
print("ERROR")
|
||||
return Response({"error": "error"}, status=status.HTTP_400_BAD_REQUEST)
|
||||
Loading…
x
Reference in New Issue
Block a user