przekazanie do sekretów do env - test only /// append slash
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K 2024-01-22 21:55:46 +01:00
parent b7b7e66177
commit 71653c20c7

View File

@ -98,5 +98,5 @@ class GetAuthTokenView(APIView):
'client_id': client_id,
'client_secret': client_secret,
}
response = requests.post('http://izaac.izaac.pl/o/token', data=data)
response = requests.post('http://izaac.izaac.pl/o/token/', data=data)
return Response(response.json())