Add feature to revoke sessions (#4259)
This commit is contained in:
parent
a5a07da892
commit
716f4cb11c
4 changed files with 25 additions and 0 deletions
|
@ -74,6 +74,8 @@ Rails.application.routes.draw do
|
|||
|
||||
resource :follower_domains, only: [:show, :update]
|
||||
resource :delete, only: [:show, :destroy]
|
||||
|
||||
resources :sessions, only: [:destroy]
|
||||
end
|
||||
|
||||
resources :media, only: [:show]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue