mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-19 16:35:52 +00:00
Fix user registration
This commit is contained in:
@@ -30,6 +30,6 @@ trait UsersTrait
|
||||
*/
|
||||
public function createUser(array $parameters): Result
|
||||
{
|
||||
return $this->post('users', $parameters);
|
||||
return $this->post('v2/users', $parameters);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user