diff --git a/jobposting/views.py b/jobposting/views.py index aa8a1c3..761ad1c 100644 --- a/jobposting/views.py +++ b/jobposting/views.py @@ -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()) \ No newline at end of file