X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/898cc828dd1f1167f85abbf35c8e3f0ed640ac1e..e47080338ac97d1c8a15840a2b92a2a335291060:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index a4a8faf43..f53f20861 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -131,6 +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' => '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