We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f3341 commit 063dbdaCopy full SHA for 063dbda
lib/twilio-ruby/framework/domain.rb
@@ -20,7 +20,7 @@ def request(method, uri, params = {}, data = {}, headers = {}, auth = nil, timeo
20
url = uri.match(/^http/) ? uri : absolute_url(uri)
21
22
@client.request(
23
- @host,
+ @base_url,
24
@port,
25
method,
26
url,
0 commit comments