1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

prompt for installation id and download license

This commit is contained in:
Kyle Spearrin
2017-08-15 16:18:31 -04:00
parent c639186c60
commit 30a2301697
2 changed files with 34 additions and 16 deletions

View File

@@ -59,6 +59,7 @@
_service.organizations = $resource(_apiUri + '/organizations/:id', {}, {
get: { method: 'GET', params: { id: '@id' } },
getBilling: { url: _apiUri + '/organizations/:id/billing', method: 'GET', params: { id: '@id' } },
getLicense: { url: _apiUri + '/organizations/:id/license', method: 'GET', params: { id: '@id' } },
list: { method: 'GET', params: {} },
post: { method: 'POST', params: {} },
put: { method: 'POST', params: { id: '@id' } },