Updated .well-known routes

• Updated:
- .well-known routes
This commit is contained in:
mgabdev
2020-05-25 21:04:40 -04:00
parent 7b9f0a5580
commit ec499eb1b8
4 changed files with 4 additions and 49 deletions

View File

@@ -22,7 +22,7 @@ Rails.application.routes.draw do
tokens: 'oauth/tokens'
end
get '.well-known/host-meta', to: 'well_known/host_meta#show', as: :host_meta, defaults: { format: 'xml' }
get '.well-known/host-meta', to: 'well_known/host_meta#show', as: :host_meta
get '.well-known/webfinger', to: 'well_known/webfinger#show', as: :webfinger
get '.well-known/change-password', to: redirect('/auth/edit')
get '.well-known/keybase-proof-config', to: 'well_known/keybase_proof_config#show'