From 9440ce9572e05ee237c9d0c6a8b4b60e1549dead Mon Sep 17 00:00:00 2001 From: yystopf Date: Wed, 5 Nov 2025 16:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=9A=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E8=80=85=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes/api.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/routes/api.rb b/config/routes/api.rb index 734eaf0a9..0fc39dd83 100644 --- a/config/routes/api.rb +++ b/config/routes/api.rb @@ -77,6 +77,11 @@ defaults format: :json do get :count end end + resources :developers, only: [:index] do + collection do + get :count + end + end end resources :recruitments, only: [:index]