Remove old note api endpoints

This commit is contained in:
Anton Khorev 2024-03-21 18:20:53 +03:00
parent 0dc86d6cd4
commit 4ea16ebebb
2 changed files with 0 additions and 27 deletions

View 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