diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-10-05 17:41:36 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-10-05 17:44:11 +0200 |
commit | 0fbe0406fd7ced45939c79bcdd1fcbac08ddfa1b (patch) | |
tree | f8b5f9d7b3a0af7601df530f2081aeac214b8a4d /config/routes | |
parent | 2178cd44c59effb67cef0743064a75f5073c9f45 (diff) | |
download | gitlab-ce-0fbe0406fd7ced45939c79bcdd1fcbac08ddfa1b.tar.gz |
Change `/google_api/authorizations/` to `/google_api/auth/`.
Diffstat (limited to 'config/routes')
-rw-r--r-- | config/routes/google_api.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/google_api.rb b/config/routes/google_api.rb index 57e15d0d39c..3fb236d3d51 100644 --- a/config/routes/google_api.rb +++ b/config/routes/google_api.rb @@ -1,5 +1,5 @@ namespace :google_api do - resource :authorizations, only: [], controller: :authorizations do + resource :auth, only: [], controller: :authorizations do match :callback, via: [:get, :post] end end |