Adding some default data to put. (#950)

This commit is contained in:
kevgliss 2017-09-29 14:49:07 -07:00 committed by GitHub
parent 90f4b458e3
commit e0939a2856
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ angular.module('lemur')
};
CertificateService.revoke = function (certificate) {
return certificate.customPUT('revoke');
return certificate.customPUT({}, 'revoke');
};
return CertificateService;