X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8383fd0928a3a431dc58c48d42bf1d19bc43ea34..d887252eeb49f905a979c21f2559c85d9a0455bd:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index a01f1f14c..1f0f73c7e 100644 --- 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"