lib/surveygizmo/configuration.rb in surveygizmo-0.0.1 vs lib/surveygizmo/configuration.rb in surveygizmo-0.0.2

- old
+ new

@@ -16,10 +16,10 @@ # There is no default DEFAULT_PASSWORD = nil # The endpoint that will be used to connect if none is set - DEFAULT_ENDPOINT = 'https://restapi.surveygizmo.com/v1/'.freeze + DEFAULT_ENDPOINT = 'https://restapi.surveygizmo.com/v2/'.freeze # The value sent in the 'User-Agent' header if none is set DEFAULT_USER_AGENT = "Surveygizmo Ruby Gem #{Surveygizmo::VERSION}".freeze # @private \ No newline at end of file