diff --git a/app/controllers/concerns/register_helper.rb b/app/controllers/concerns/register_helper.rb index 35c1adea4..d77a33584 100644 --- a/app/controllers/concerns/register_helper.rb +++ b/app/controllers/concerns/register_helper.rb @@ -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,