update pdf templates with attched docs
This commit is contained in:
@@ -218,7 +218,7 @@ export default function handler(req, res) {
|
||||
("0" + repDate.getMinutes()).slice(-2);
|
||||
|
||||
let repDateStamp = "";
|
||||
repDateStamp = year + "" + month + day + "-" + time;
|
||||
repDateStamp = year + "" + month + day; //+ "-" + time;
|
||||
|
||||
console.log(repDateStamp);
|
||||
//if (hashAPIPath(checkquerypath) == "?hash=" + checkHash) {
|
||||
|
||||
@@ -58,7 +58,7 @@ ApiProxy.get(async (req, res) => {
|
||||
if (hashAPIPath(checkquerypath) == "&hash=" + checkHash) {
|
||||
const blobObj = await getRepsBlobs(containerName, casefolderID)
|
||||
.then(async (data) => {
|
||||
console.log("----------xxxxxx------", data);
|
||||
// console.log("----------xxxxxx------", data);
|
||||
let result = await downloadAllRepsFiles(containerName, data);
|
||||
return res.status(200).json(result);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user