Removing revocation comments for now. (#947)

This commit is contained in:
kevgliss
2017-09-29 10:53:15 -07:00
committed by GitHub
parent bb08b1e637
commit f5213deb67
2 changed files with 3 additions and 8 deletions

View File

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