diff options
| author | Shinya Maeda <shinya@gitlab.com> | 2017-10-04 16:04:45 +0900 |
|---|---|---|
| committer | Shinya Maeda <shinya@gitlab.com> | 2017-10-04 16:04:45 +0900 |
| commit | 20abcbffae71f8177223f2b978c8ad56102da271 (patch) | |
| tree | 629fb9a3af6015233bac78d19ecf2b01bb52bf84 /lib/google_api/auth.rb | |
| parent | c6d53250de7f439bc25740913d85ada6e3b2fed4 (diff) | |
| download | gitlab-ce-20abcbffae71f8177223f2b978c8ad56102da271.tar.gz | |
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.rb | 2 |
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 |
