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:49:14 -0400
committerGitHub <noreply@github.com>2017-04-07 22:49:14 -0400
commitb67b60fec3adecffef544924a7776cce9b0a2633 (patch)
treeb592548a0a8cc6e9f1cbdf91df04e197503c070f /config/routes.rb
parentacf6436a993b514aa2fffffb8a03d3718c5a49a0 (diff)
parentcc16fa75137586dff8eb1ef4e508aed81bf21718 (diff)
Merge branch 'master' into patch-2
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