]> git.openstreetmap.org Git - rails.git/blobdiff - config/routes.rb
Move the trackpoints call into its own controller (and rename to tracepoints)
[rails.git] / config / routes.rb
index 32e6f7367721297004b050e5935fc2f86f6e10c1..d90d928a03e8f02e1d46c3064c9710612fbb75d6 100644 (file)
@@ -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"