X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1779347849622ade2abf4926a2db867d69f72033..6659fb9b33503ee6519f89131a8a4b5fef515bcd:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 99dca52ff..f53f20861 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -131,7 +131,7 @@ OpenStreetMap::Application.routes.draw do match '/logout' => 'user#logout', :via => [:get, :post] match '/offline' => 'site#offline', :via => :get match '/key' => 'site#key', :via => :get - match '/id_iframe' => 'site#id_iframe', :via => :get + match '/id' => 'site#id', :via => :get match '/user/new' => 'user#new', :via => :get match '/user/terms' => 'user#terms', :via => [:get, :post] match '/user/save' => 'user#save', :via => :post