Fix account deletion.
This commit is contained in:
parent
5a7e695e53
commit
971d454e2c
9 changed files with 76 additions and 13 deletions
|
@ -84,6 +84,9 @@ export class SettingService {
|
|||
service.update = (data) => {
|
||||
return $http.post(window.settings.apiURL + '/user/settings', data);
|
||||
};
|
||||
service.delete = (data) => {
|
||||
return $http.post(window.settings.apiURL + '/user/delete', data);
|
||||
};
|
||||
return service;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue