diff --git a/lib/docverter.rb b/lib/docverter.rb index 3cae83d..d34db9a 100644 --- a/lib/docverter.rb +++ b/lib/docverter.rb @@ -35,7 +35,7 @@ def self.base_url=(url) def self.reset @@api_key = nil - @@base_url = 'https://api.docverter.com/v1' + @@base_url = 'http://c.docverter.com' end def self.request(method, url, params={}, headers={}) @@ -103,4 +103,3 @@ def self.handle_restclient_error(e) raise APIConnectionError.new(message) end end -