about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorShel R <Yiskah.Raphen@gmail.com>2017-04-07 22:46:36 -0400
committerGitHub <noreply@github.com>2017-04-07 22:46:36 -0400
commite7d7a99fbc78c7dbf763279aa4262580cabd8e1f (patch)
tree6f1fce572c176a73aeacffa948c51ca3bf797596 /config/routes.rb
parentf0d1107c530d43432f2e19a2c74aff6cdfbd2b83 (diff)
parent8d27de32b31f1093ab7c6eb177dfb9b866a1203e (diff)
Merge branch 'master' into patch-1
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index ca77191f7..315ad5da5 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -11,7 +11,7 @@ Rails.application.routes.draw do
   end
 
   use_doorkeeper do
-    controllers authorizations: 'oauth/authorizations'
+    controllers authorizations: 'oauth/authorizations', authorized_applications: 'oauth/authorized_applications'
   end
 
   get '.well-known/host-meta', to: 'xrd#host_meta', as: :host_meta