更改:路由和控制器位置

This commit is contained in:
yystopf 2026-03-23 16:39:28 +08:00
parent f2bca10cd0
commit 3af7144918
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ class Api::V1::ResidentExpertsController < Api::V1::BaseController
def current
@resident_expert = ResidentExpert.find_by(user_id: current_user.id)
@resident_expert = @resident_expert.includes(:user)
end
def create