0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-09 20:02:54 +01:00
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 }