Commit c29b2fc120033affa2fba5d526908a85e04efd1c
1 parent
786fbfd8
Exists in
v2
fix api url for callback
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/api_client/client.rb
... | ... | @@ -34,7 +34,7 @@ module ApiClient::Client |
34 | 34 | def self.process_params(request, files) |
35 | 35 | options = { query: request.params.clone } |
36 | 36 | options[:query].merge!(:servico => request.service_type) |
37 | - options[:query].merge!(:callback => "http://150.165.204.80/v_libras/requests/callback?request_id=#{request.id}") | |
37 | + options[:query].merge!(:callback => "http://104.41.35.48/v_libras/requests/callback?request_id=#{request.id}") | |
38 | 38 | |
39 | 39 | options[:query].merge!(:video => files[:video].file.to_file) |
40 | 40 | ... | ... |