Fix disable notify

This commit is contained in:
sayali
2020-10-08 11:38:39 -07:00
parent e078d33103
commit 8928e04385
5 changed files with 136 additions and 12 deletions

View File

@ -301,7 +301,7 @@ angular.module('lemur')
};
CertificateService.updateNotify = function (certificate) {
return certificate.put();
return certificate.post();
};
CertificateService.export = function (certificate) {