Merge branch 'standalone_develop' into pre_trustie_server

This commit is contained in:
2022-11-25 16:07:40 +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