X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2709027882c3f36a1d6a442c2c4b706b54b1edeb..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'