Removing grape and adding devise
This commit is contained in:
parent
3b4e04dc32
commit
7e93da3f8d
9 changed files with 400 additions and 58 deletions
|
@ -2,6 +2,8 @@ Rails.application.routes.draw do
|
|||
get '.well-known/host-meta', to: 'xrd#host_meta', as: :host_meta
|
||||
get '.well-known/webfinger', to: 'xrd#webfinger', as: :webfinger
|
||||
|
||||
devise_for :users, path: 'auth'
|
||||
|
||||
resources :accounts, path: 'users', only: [:show], param: :username do
|
||||
resources :stream_entries, path: 'updates', only: [:show]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue