Merge branch 'pre_trustie_server' into trustie_server

This commit is contained in:
2022-11-25 15:59:12 +08:00
10 changed files with 123 additions and 9 deletions

View File

@@ -8,7 +8,9 @@ defaults format: :json do
post :check_password
post :check_email
post :check_email_verify_code
post :check_phone_verify_code
patch :update_email
patch :update_phone
end
end
scope module: :users do