Skip to content

Commit

Permalink
Fix default OAAS URIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Dec 2, 2017
1 parent 846d470 commit 4069d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kosapi_client/oauth2_http_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module KOSapiClient
class OAuth2HttpAdapter

DEFAULT_AUTH_URL = 'https://auth.fit.cvut.cz/oauth/oauth/authorize'
DEFAULT_TOKEN_URL = 'https://auth.fit.cvut.cz/oauth/oauth/token'
DEFAULT_AUTH_URL = 'https://auth.fit.cvut.cz/oauth/authorize'
DEFAULT_TOKEN_URL = 'https://auth.fit.cvut.cz/oauth/token'

attr_reader :base_url

Expand Down

0 comments on commit 4069d6a

Please sign in to comment.