reps pdf upload directory restructure
This commit is contained in:
@@ -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