mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
billing license management when self hosted
This commit is contained in:
@@ -137,6 +137,11 @@
|
||||
url: _apiUri + '/accounts/premium',
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': undefined }
|
||||
},
|
||||
putLicense: {
|
||||
url: _apiUri + '/accounts/license',
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': undefined }
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user