X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/20e02f42dc5d946f4650c806531b09f793abf503..89e976c6e57c9aa8afae00437aaf4399ea5fc58f:/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'