Allow viewing and severing relationships with suspended accounts (#27667)
This commit is contained in:
@@ -301,6 +301,10 @@ namespace :api, format: false do
|
||||
resources :statuses, only: [:show, :destroy]
|
||||
end
|
||||
|
||||
namespace :accounts do
|
||||
resources :relationships, only: :index
|
||||
end
|
||||
|
||||
namespace :admin do
|
||||
resources :accounts, only: [:index]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user