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:21:21 -0400
committerGitHub <noreply@github.com>2017-04-07 22:21:21 -0400
commitfef478781d1033ba045806945f84cbab1bdb0007 (patch)
treecf99ed9130e2226f13e52f87dc7bbe8a9b464ee2 /config/routes.rb
parentbf7cefa516075b480fd5da5ea4b1385d7d17bdd5 (diff)
parentc1a553d2c274941f38cc299699dfae1f60559e67 (diff)
Merge branch 'master' into master
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