X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e44f9ccf3ac8c54c407d74422247b5a721b269c..ae142c554b0356aabc11dbe0f93482d361b32e4b:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index c6a9de38a..1d3a13565 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -61,6 +61,7 @@ ActionController::Routing::Routes.draw do |map| map.connect '/user/confirm', :controller => 'user', :action => 'confirm' map.connect '/user/go_public', :controller => 'user', :action => 'go_public' map.connect '/user/reset_password', :controller => 'user', :action => 'reset_password' + map.connect '/user/upload_image', :controller => 'user', :action => 'upload_image' map.connect '/index.html', :controller => 'site', :action => 'index' map.connect '/edit.html', :controller => 'site', :action => 'edit' map.connect '/search.html', :controller => 'way_tag', :action => 'search'