X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9c580277efbafe68e31d675e0b2f71e100665783..1e98eb99504836794fbfce1cacc6bce93a8e4983:/config/routes.rb?ds=sidebyside diff --git a/config/routes.rb b/config/routes.rb index 854e7f003..2ff56af39 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -81,6 +81,7 @@ ActionController::Routing::Routes.draw do |map| 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 '/user/delete-image', :controller => 'user', :action => 'delete_image' map.connect '/user/forgot-password', :controller => 'user', :action => 'lost_password' map.connect '/index.html', :controller => 'site', :action => 'index'