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

delete attachments

This commit is contained in:
Kyle Spearrin
2017-07-07 10:58:51 -04:00
parent b380d723b7
commit ff729608e1
4 changed files with 38 additions and 9 deletions

View File

@@ -46,7 +46,8 @@
method: 'POST',
headers: { 'Content-Type': undefined },
params: { id: '@id' }
}
},
delAttachment: { url: _apiUri + '/ciphers/:id/attachment/:attachmentId/delete', method: 'POST', params: { id: '@id', attachmentId: '@attachmentId' } }
});
_service.organizations = $resource(_apiUri + '/organizations/:id', {}, {