lib/ace-client/query2.rb in ace-client-0.0.1 vs lib/ace-client/query2.rb in ace-client-0.0.2

- old
+ new

@@ -31,10 +31,10 @@ @params['Signature'] = create_signature response = record_response do response = self.class.send( http_method, - endpoint_url, + endpoint_url + @path, :headers => {'Content-Type' => 'application/x-www-form-urlencoded;charset=UTF-8', 'User-Agent' => 'ace-client v0.0.1'}, :query => @params ) end response