0
0
Fork 0

Removing grape and adding devise

This commit is contained in:
Eugen Rochko 2016-03-05 13:12:24 +01:00
parent 3b4e04dc32
commit 7e93da3f8d
9 changed files with 400 additions and 58 deletions

View file

@ -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