]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Merge pull request #4610 from AntonKhorev/no-old-note-api
[rails.git] / config / routes.rb
index acf2256a30c1963485a8d7752bf83534ad9bc958..98c8ba15e07459a08e4c420d7a4f9289316b1023 100644 (file)
@@ -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