lib/fullcontact/configuration.rb in fullcontact-0.1.3 vs lib/fullcontact/configuration.rb in fullcontact-0.1.4
- old
+ new
@@ -28,10 +28,10 @@
# By default, don't set an application key
DEFAULT_API_KEY = nil
# The endpoint that will be used to connect if none is set
#
- DEFAULT_ENDPOINT = 'https://api.fullcontact.cc/v1/'.freeze
+ DEFAULT_ENDPOINT = 'https://api.fullcontact.com/v1/'.freeze
# The response format appended to the path and sent in the 'Accept' header if none is set
#
# @note JSON is preferred over XML because it is more concise and faster to parse.
DEFAULT_FORMAT = :json