OpenStreetMap::Application.routes.draw do
+ use_doorkeeper :scope => "oauth2" do
+ controllers :authorizations => "oauth2_authorizations",
+ :applications => "oauth2_applications",
+ :authorized_applications => "oauth2_authorized_applications"
+ end
+
# API
namespace :api do
get "capabilities" => "capabilities#show" # Deprecated, remove when 0.6 support is removed