This commit is contained in:
dev-chiefworks
2022-04-20 21:48:33 -04:00
parent 7bc1afb17d
commit bfb33a5fdb
+1 -1
View File
@@ -19,7 +19,7 @@ class ResetPassword extends CoreServiceApi
case 100:
$arr = array('mode' => '100', 'email' => $data['email'] );
$data_json = json_encode($arr);
$res = self::NodeServiceApi('/user/reset-password', $data_json);
$res = self::NodeServiceApi('user/reset-password', $data_json);
log_message('critical', "ResetPassword=>Mode ====>===> Node return" );
break;