X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f55a3f0a80974922678d7677902d169b3481693..668f8020ccbf544de89822415e342c1c60826dfe:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 59b8fba56..20bf02ce7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -18,6 +18,8 @@ ActionController::Routing::Routes.draw do |map| map.connect "api/#{API_VERSION}/map", :controller => 'api', :action => 'map' + map.connect "api/#{API_VERSION}/user/details", :controller => 'user', :action => 'api_details' + # web site map.connect '/', :controller => 'site', :action => 'index'