X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6a4092bc1678bd6bf4cd96243466e69c3e3995bb..b96391e456fd7bddf28b8e283d74f081b5d3ec99:/config/routes.rb?ds=sidebyside diff --git a/config/routes.rb b/config/routes.rb index 32e6f7367..d90d928a0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -57,7 +57,7 @@ OpenStreetMap::Application.routes.draw do get "map" => "api#map" - get "trackpoints" => "api#trackpoints" + get "trackpoints" => "api/tracepoints#index" get "changes" => "api#changes"