fix(ui): account details updates
This commit is contained in:
parent
01d7c3676d
commit
f94740c59f
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ export function logout() {
|
|||
export function updateClient(params) {
|
||||
return {
|
||||
types: PUT_CLIENT.toArray(),
|
||||
call: client => client.put('/client', params),
|
||||
call: client => client.post('/account', params),
|
||||
params,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue