Skip to content

Commit

Permalink
Merge pull request #3 from whiplashmerch/update-urls
Browse files Browse the repository at this point in the history
updated url for api.
  • Loading branch information
ideaoforder committed Feb 25, 2017
2 parents 49a6c23 + 1e85d95 commit bb3dc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/whiplash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Whiplash < OmniAuth::Strategies::OAuth2
option :name, :whiplash

option :client_options, {
site: "https://www.whiplashmerch.com",
site: "https://www.getwhiplash.com",
authorize_url: "oauth/authorize",
request_token_url: "oauth/authorize",
access_token_url: "oauth/token"
Expand Down

0 comments on commit bb3dc6e

Please sign in to comment.