This commit is contained in:
vilet.yy 2021-04-02 18:33:31 +08:00
parent 91f6dae56a
commit 80ce40e492
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module RegisterHelper
return if api_host.blank?
url = "#{api_host}/api/v1/users"
url = "#{api_host}/api/v1/users/common"
sync_json = {
"mail": email,
"password": password,