lib/tickethub.rb in tickethub-0.3.96 vs lib/tickethub.rb in tickethub-0.3.97

- old
+ new

@@ -3,10 +3,10 @@ def self.endpoint=(path) @path = path end def self.endpoint(options = {}) - Endpoint.new @path || 'https://api.tickethub.io', options.merge(format: :json, + Endpoint.new @path || 'https://api.ticketinghub.com', options.merge(format: :json, headers: { 'Accept-Version' => 'v1', 'Accept' => 'application/json' }) end require_relative 'tickethub/helpers' \ No newline at end of file