summaryrefslogtreecommitdiff
path: root/config/routes/google_api.rb
blob: 3fb236d3d51227a4f3ee978fd1e1a05b424ee6ed (plain)
1
2
3
4
5
namespace :google_api do
  resource :auth, only: [], controller: :authorizations do
    match :callback, via: [:get, :post]
  end
end