gitlab-org--gitlab-foss/config/routes/google_api.rb

8 lines
161 B
Ruby
Raw Normal View History

2017-10-11 06:49:55 +00:00
scope '-' do
namespace :google_api do
resource :auth, only: [], controller: :authorizations do
match :callback, via: [:get, :post]
end
end
end