X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4e6d729529c94486a50cf135dfbbdcf841790200..8b9164644b4457b88f51a1739d533f73dfa7f6b5:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 5f904f06e..97cedd965 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -171,7 +171,7 @@ OpenStreetMap::Application.routes.draw do # omniauth get "/auth/failure" => "users#auth_failure" match "/auth/:provider/callback" => "users#auth_success", :via => [:get, :post], :as => :auth_success - match "/auth/:provider" => "users#auth", :via => [:get, :post], :as => :auth + post "/auth/:provider" => "users#auth", :as => :auth # permalink get "/go/:code" => "site#permalink", :code => /[a-zA-Z0-9_@~]+[=-]*/, :as => :permalink