projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove /api/0.6/changes endpoint
[rails.git]
/
config
/
routes.rb
diff --git
a/config/routes.rb
b/config/routes.rb
index 8a1ea8846f8f4a58e9b8b9b21979400dd723be9b..5f904f06e462051b2a75a32bc5db276d4f23d707 100644
(file)
--- 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"