mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
update license apis
This commit is contained in:
@@ -212,6 +212,10 @@ export class ApiService implements ApiServiceAbstraction {
|
||||
return this.send('POST', '/accounts/payment', request, true, false);
|
||||
}
|
||||
|
||||
postAccountLicense(data: FormData): Promise<any> {
|
||||
return this.send('POST', '/accounts/license', data, true, false);
|
||||
}
|
||||
|
||||
// Folder APIs
|
||||
|
||||
async postFolder(request: FolderRequest): Promise<FolderResponse> {
|
||||
|
||||
Reference in New Issue
Block a user