Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
fix excon call
Dieser Commit ist enthalten in:
Ursprung
9350db5424
Commit
36257fbdfe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -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 }
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren