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