X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/20e02f42dc5d946f4650c806531b09f793abf503..fbc431f4646ae7086956e0b05074a603e7861176:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index ecfdabb30..bcf340b8b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -31,6 +31,10 @@ ActionController::Routing::Routes.draw do |map| map.connect "api/#{API_VERSION}/gpx/:id/details", :controller => 'trace', :action => 'api_details' map.connect "api/#{API_VERSION}/gpx/:id/data", :controller => 'trace', :action => 'api_data' + # Potlatch API + + map.connect "api/#{API_VERSION}/amf", :controller =>'amf', :action =>'talk' + # web site map.connect '/', :controller => 'site', :action => 'index'