X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0dc86d6cd47faa42ff6b538bd0342a1486e313b2..4ea16ebebbc66feb894f3ae78eaeab10765514af:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 224639464..32cb7dab8 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