mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
end-to-end testing setup
This commit is contained in:
@@ -36,4 +36,8 @@ export class UserApi extends BaseAPI {
|
||||
public logout() {
|
||||
return this.http.post<object, void>(UrlBuilder('/users/logout'), {});
|
||||
}
|
||||
|
||||
public deleteAccount() {
|
||||
return this.http.delete<void>(UrlBuilder('/users/self'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user