Fix: アカウントをサークルに追加できない問題 (#914)

This commit is contained in:
KMY(雪あすか) 2024-11-29 12:07:55 +09:00 committed by GitHub
parent 78faa6f684
commit 0c04c482cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -197,7 +197,7 @@ namespace :api, format: false do
resources :lists, only: :index
resources :antennas, only: :index
resources :exclude_antennas, only: :index
resources :circlues, only: :index
resources :circles, only: :index
resources :identity_proofs, only: :index
resources :featured_tags, only: :index
end