From 0c04c482cf934e0233759904ea53bbaa55e65d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KMY=EF=BC=88=E9=9B=AA=E3=81=82=E3=81=99=E3=81=8B=EF=BC=89?= Date: Fri, 29 Nov 2024 12:07:55 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E3=82=A2=E3=82=AB=E3=82=A6=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=82=92=E3=82=B5=E3=83=BC=E3=82=AF=E3=83=AB=E3=81=AB?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=20(#914)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes/api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes/api.rb b/config/routes/api.rb index d0ca47f389..23868652dd 100644 --- a/config/routes/api.rb +++ b/config/routes/api.rb @@ -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