From 80ce40e49203ea879b8353d20c58928355a63873 Mon Sep 17 00:00:00 2001 From: "vilet.yy" Date: Fri, 2 Apr 2021 18:33:31 +0800 Subject: [PATCH] fix --- app/controllers/concerns/register_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,