1
0
Fork 0
Dieser Commit ist enthalten in:
merefield 2021-10-22 19:07:45 +01:00
Ursprung 0b8fced879
Commit 50176b400d

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(URI.encode(endpoint.url), headers: headers)
connection = Excon.new(CGI.escape(endpoint.url), headers: headers)
params = { method: endpoint.method }