diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-07 13:08:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 13:08:27 +0200 |
commit | 10459241a89b1ebf57986ee3bb81361475d19212 (patch) | |
tree | 1404ccf4bffcf332bf46ddcb58650afc9d3eea40 /config | |
parent | 786e6f94b986dbf98eae9d79bc75e147fcefc8ec (diff) | |
parent | 0adee18d73daef653379d7635c8bc972c563bcd4 (diff) |
Merge pull request #1145 from tootsuite/feature-customized-default-locale
Allow setting of default language through config
Diffstat (limited to 'config')
-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 |