Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-10-04 10:04:45 +0300
committerShinya Maeda <shinya@gitlab.com>2017-10-04 10:04:45 +0300
commit20abcbffae71f8177223f2b978c8ad56102da271 (patch)
tree629fb9a3af6015233bac78d19ecf2b01bb52bf84 /lib/google_api/auth.rb
parentc6d53250de7f439bc25740913d85ada6e3b2fed4 (diff)
Add google_api to TOP_LEVEL_ROUTES. Import/Export model failure fix. Fix static analysys.
Diffstat (limited to 'lib/google_api/auth.rb')
-rw-r--r--lib/google_api/auth.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/google_api/auth.rb b/lib/google_api/auth.rb
index 8c962af51d7..99a82c849e0 100644
--- a/lib/google_api/auth.rb
+++ b/lib/google_api/auth.rb
@@ -46,7 +46,7 @@ module GoogleApi
config.app_id,
config.app_secret,
site: 'https://accounts.google.com',
- token_url: '/o/oauth2/token',
+ token_url: '/o/oauth2/token',
authorize_url: '/o/oauth2/auth'
)
end