sendemail function for gov notify
This commit is contained in:
@@ -32,7 +32,8 @@ ApiProxy.get(async (req, res) => {
|
||||
|
||||
res.setHeader(
|
||||
"content-disposition",
|
||||
"attachment; filename=" + decodeURI(blobName)
|
||||
"attachment; filename=" +
|
||||
decodeURI(blobName.slice(blobName.indexOf("_") + 1))
|
||||
);
|
||||
return res.status(200).send(downloaded);
|
||||
} else {
|
||||
|
||||
@@ -26,6 +26,7 @@ ApiProxy.get(async (req, res) => {
|
||||
//if (hashAPIPath(checkquerypath) == "&hash=" + checkHash) {
|
||||
const blobObj = await getProgressBlobs(containerName, casefolderID)
|
||||
.then((data) => {
|
||||
console.log("ertyuikjhgfg", data.path);
|
||||
return downloadProgressFile(containerName, data.path, casefolderID);
|
||||
})
|
||||
.then((data) => {
|
||||
|
||||
Reference in New Issue
Block a user