X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5912a8011b05f36077f0147cdf7403a8e7626216..66b5e85845547e6f3c6dba59952217f5882b0271:/config/routes.rb?ds=sidebyside diff --git a/config/routes.rb b/config/routes.rb index bd6f3034d..97cedd965 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -59,8 +59,6 @@ OpenStreetMap::Application.routes.draw do get "trackpoints" => "api/tracepoints#index" - get "changes" => "api/changes#index" - get "user/:id" => "api/users#show", :id => /\d+/, :as => :api_user get "user/details" => "api/users#details" get "user/gpx_files" => "api/users#gpx_files"