X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a89e86285f8aa6defe48de5235ae1224d1d40079..1c8881e20d778622abb65db90f611c64503cbd52:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index acf2256a3..98c8ba15e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -99,12 +99,6 @@ OpenStreetMap::Application.routes.draw do end end - post "notes/addPOIexec" => "notes#create" - post "notes/closePOIexec" => "notes#close" - post "notes/editPOIexec" => "notes#comment" - get "notes/getGPX" => "notes#index", :format => "gpx" - get "notes/getRSSfeed" => "notes#feed", :format => "rss" - resources :user_blocks, :only => [:show], :constraints => { :id => /\d+/ }, :controller => "user_blocks", :as => :api_user_blocks end