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