This commit is contained in:
yystopf 2026-03-30 15:52:14 +08:00
parent cd0aea47e0
commit f5e9c6d54d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class Api::V1::ResidentExpertsController < Api::V1::BaseController
before_action :require_login, except: [:index]
before_action :convert_image!, only: [:update_image, :create, :update]
before_action :convert_image!, only: [:update_image, :create, :reset]
def index
@resident_experts = ResidentExpert.approved.includes(:user)