From b7b7e661770b9d6ea4db512aff574776bd4d633e Mon Sep 17 00:00:00 2001 From: Jakub K Date: Mon, 22 Jan 2024 21:53:15 +0100 Subject: [PATCH] =?UTF-8?q?przekazanie=20do=20sekret=C3=B3w=20do=20env=20-?= =?UTF-8?q?=20test=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jobposting/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobposting/views.py b/jobposting/views.py index a52703c..aa8a1c3 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/token', data=data) + response = requests.post('http://izaac.izaac.pl/o/token', data=data) return Response(response.json()) \ No newline at end of file