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:54:25 -0400
committerGitHub <noreply@github.com>2017-04-07 22:54:25 -0400
commit971c4de18c35bcfe24e92d40b657950b19dfa62a (patch)
tree90118f965cd5770911e1daa8cc684746ece1e321 /config/routes.rb
parent4b08b7c50274bbfdd527a17eddd1242d21fc8cae (diff)
parent394c8ef6801a82fab0bb3b75fbef1e6b6100d28a (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