Skip to content

Commit

Permalink
Update endpoint to point to production APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
imran-arshad authored Dec 9, 2017
1 parent a33c14f commit f30e03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bayonet_client/api_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def self.request_json_string(route, request_json_args)
end

def self.fully_qualified_api_host_name(route)
default_domain = 'staging-api.bayonet.io'
default_domain = 'api.bayonet.io'
api_version_namespace = 'v' + BayonetClient.version
if route == '/get-fingerprint-data'
default_domain = 'fingerprinting.bayonet.io'
Expand All @@ -54,4 +54,4 @@ def self.fully_qualified_api_host_name(route)
"https://#{default_domain}/#{api_version_namespace}"
end
end
end
end

0 comments on commit f30e03e

Please sign in to comment.