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 23:08:41 -0400
committerGitHub <noreply@github.com>2017-04-07 23:08:41 -0400
commit315ff648c8ab9f3bb34e2b6b1f77453159e260c4 (patch)
treeb3793cec5458e83ad0d7053d7f85a174d05a5523 /config/routes.rb
parent94536af96d9884e2acb2c34d0cf8948b1de7dd5d (diff)
parent41923d1c6ba28df6652aefd9619acc33a5cf467a (diff)
Merge branch 'master' into list-oulipo-social
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