Remove unused route definitions (#28430)

This commit is contained in:
Claire 2023-12-20 10:44:01 +01:00 committed by GitHub
parent fecc07856c
commit ac04e62a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -301,10 +301,6 @@ 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