This commit is contained in:
2021-04-02 18:33:31 +08:00
parent 91f6dae56a
commit 80ce40e492
+1 -1
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,