X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/15d39586276ebe0db617ec1b220063f7123bac60..343e01bb86da6b346e035796121aba033bb26c29:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 5b2a6babf..36cc5df0a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -13,6 +13,7 @@ ActionController::Routing::Routes.draw do |map| map.connect "api/#{API_VERSION}/way/create", :controller => 'way', :action => 'create' map.connect "api/#{API_VERSION}/way/:id/history", :controller => 'old_way', :action => 'history', :id => nil + map.connect "api/#{API_VERSION}/way/:id/full", :controller => 'way', :action => 'full', :id => nil map.connect "api/#{API_VERSION}/way/:id", :controller => 'way', :action => 'rest', :id => nil map.connect "api/#{API_VERSION}/ways", :controller => 'way', :action => 'ways', :id => nil