fix
This commit is contained in:
parent
91f6dae56a
commit
80ce40e492
|
@ -38,7 +38,7 @@ module RegisterHelper
|
||||||
|
|
||||||
return if api_host.blank?
|
return if api_host.blank?
|
||||||
|
|
||||||
url = "#{api_host}/api/v1/users"
|
url = "#{api_host}/api/v1/users/common"
|
||||||
sync_json = {
|
sync_json = {
|
||||||
"mail": email,
|
"mail": email,
|
||||||
"password": password,
|
"password": password,
|
||||||
|
|
Loading…
Reference in New Issue