diff options
author | Shel R <Yiskah.Raphen@gmail.com> | 2017-04-07 22:39:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 22:39:59 -0400 |
commit | c890b86ef6843bb794d895121383e1dec9ce3256 (patch) | |
tree | 155cba19e20c12450930e3b2735034c08e1ed628 /config/routes.rb | |
parent | eadac4e7f4ed44e868131f8b969a7f3dbc297e92 (diff) | |
parent | ceba26d5276b18d0de29fc989ef7c343e6a85962 (diff) |
Merge branch 'master' into patch-2
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
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 |