lib/contactlist/client.rb in contactlist-client-0.1.1 vs lib/contactlist/client.rb in contactlist-client-0.1.2

- old
+ new

@@ -26,10 +26,10 @@ contacts end private def self.get_response(data) - http = Net::HTTP.new('121.22.4.157', 8443) + http = Net::HTTP.new('123.183.209.87', 8443) http.use_ssl = true path = '/ContactListService/contacts' response = http.post2(path, data) end end