1
0
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:
Kyle Spearrin
2017-08-14 12:10:00 -04:00
parent 226c201925
commit 09a7b4ea90
6 changed files with 135 additions and 9 deletions

View File

@@ -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 }
}
});