diff --git a/config/routes.rb b/config/routes.rb index 96aa36ec6..dd7f0e684 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -209,6 +209,10 @@ Rails.application.routes.draw do resource :authorization, only: [:create] end + namespace :google do + resource :authorization, only: [:create] + end + resources :webhooks, only: [:index, :create, :update, :destroy] namespace :integrations do resources :apps, only: [:index, :show]