summaryrefslogtreecommitdiff
path: root/config/routes/google_api.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes/google_api.rb')
-rw-r--r--config/routes/google_api.rb2
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