Skip to content
Snippets Groups Projects
Commit 4f47fe6a authored by Shinya Maeda's avatar Shinya Maeda
Browse files

Add - before google_api/auth/callback

parent a30417e5
No related branches found
No related tags found
No related merge requests found
namespace :google_api do
resource :auth, only: [], controller: :authorizations do
match :callback, via: [:get, :post]
scope '-' do
namespace :google_api do
resource :auth, only: [], controller: :authorizations do
match :callback, via: [:get, :post]
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment