przekazanie do sekretów do env - test only
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
9fdf1ea8aa
commit
b7b7e66177
@ -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())
|
||||
Loading…
x
Reference in New Issue
Block a user