This commit is contained in:
+1
-1
@@ -98,5 +98,5 @@ class GetAuthTokenView(APIView):
|
||||
'client_id': client_id,
|
||||
'client_secret': client_secret,
|
||||
}
|
||||
response = requests.post('http://izaac.izaac.pl/token', data=data)
|
||||
response = requests.post('http://izaac.izaac.pl/o/token', data=data)
|
||||
return Response(response.json())
|
||||
Reference in New Issue
Block a user