X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1779347849622ade2abf4926a2db867d69f72033..d74d4f8d195673250c3f2e841d28f185d74d8849:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 99dca52ff..6896fcc01 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -90,6 +90,7 @@ OpenStreetMap::Application.routes.draw do member do post 'comment' post 'close' + post 'reopen' end end @@ -131,7 +132,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