Merge remote-tracking branch 'parent/main' into upstream-20231110

This commit is contained in:
KMY 2023-11-10 09:02:03 +09:00
commit bfc7b0101d
44 changed files with 992 additions and 744 deletions

View file

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