更改:查看专家不需要登录

This commit is contained in:
yystopf 2026-03-31 15:29:28 +08:00
parent 7451f05e15
commit e29489f46b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class Api::V1::Users::MemosController < Api::V1::BaseController
before_action :load_observe_user
before_action :require_login
# before_action :require_login
def index
@resident_expert = ResidentExpert.find_by(user_id: @observe_user.id)