1
0
Fork 0
Dieser Commit ist enthalten in:
merefield 2021-10-27 13:59:50 +01:00
Ursprung 9350db5424
Commit 36257fbdfe

Datei anzeigen

@ -74,7 +74,7 @@ class CustomWizard::Api::Endpoint
headers["Authorization"] = auth_string if auth_string
headers["Content-Type"] = content_type if content_type
connection = Excon.new(CGI.escape(endpoint.url), headers: headers)
connection = Excon.new(endpoint.url, headers: headers)
params = { method: endpoint.method }