X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a00b1240ddb5064071c5f341d849b9895c3402ba..7b89dc63496de0b6131a93c57d283ebb4490804b:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 471f67e73..1916ae74a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -213,7 +213,8 @@ OpenStreetMap::Application.routes.draw do resources :oauth_clients end match '/oauth/revoke' => 'oauth#revoke' - match '/oauth/authorize' => 'oauth#oauthorize', :as => :authorize + match '/oauth/authorize' => 'oauth#authorize', :as => :authorize + match '/oauth/token' => 'oauth#token', :as => :token match '/oauth/request_token' => 'oauth#request_token', :as => :request_token match '/oauth/access_token' => 'oauth#access_token', :as => :access_token match '/oauth/test_request' => 'oauth#test_request', :as => :test_request