debian-mirror-gitlab/config/routes/google_api.rb

8 lines
161 B
Ruby
Raw Normal View History

2018-03-17 18:26:18 +05:30
scope '-' do
namespace :google_api do
resource :auth, only: [], controller: :authorizations do
match :callback, via: [:get, :post]
end
end
end