This commit is contained in:
parent
75922bec90
commit
ad3d470195
@ -111,6 +111,6 @@ class GetAuthTokenView(APIView):
|
||||
}
|
||||
print(headers)
|
||||
print("DATA READY")
|
||||
response = requests.post('http://izaac.izaac.pl/o/token/', headers=headers, data=data)
|
||||
response = requests.post('http://localhost:8000/o/token/', headers=headers, data=data)
|
||||
print(response.text)
|
||||
return Response(response.json())
|
||||
Loading…
x
Reference in New Issue
Block a user