projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move the changes api to its own controller
[rails.git]
/
config
/
routes.rb
diff --git
a/config/routes.rb
b/config/routes.rb
index a01f1f14cfc85033ccc12f3b8da5ad6790800a30..1f0f73c7e54ec107cc37b3e00f2b8de7d1fd1d62 100644
(file)
--- a/
config/routes.rb
+++ b/
config/routes.rb
@@
-59,7
+59,7
@@
OpenStreetMap::Application.routes.draw do
get "trackpoints" => "api/tracepoints#index"
- get "changes" => "api
#changes
"
+ get "changes" => "api
/changes#index
"
get "search" => "search#search_all", :as => "api_search"
get "ways/search" => "search#search_ways"