X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/85bf0af4886f155e8521a6ccffedfa845133b611..4e6d729529c94486a50cf135dfbbdcf841790200:/config/routes.rb
diff --git a/config/routes.rb b/config/routes.rb
index 8a1ea8846..5f904f06e 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"