files object display

This commit is contained in:
2022-07-19 11:52:50 +01:00
parent 31738d38fa
commit f8ab5c1528
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ ApiProxy.get(async (req, res) => {
var checkHash = req.query.hash;
var checkquerypath = "/api/file/getbloblist?container=" + containerName;
console.log(hashAPIPath(checkquerypath), checkHash);
console.log(hashAPIPath(checkquerypath) == "&hash=" + checkHash);
// console.log(hashAPIPath(checkquerypath), checkHash);
// console.log(hashAPIPath(checkquerypath) == "&hash=" + checkHash);
if (hashAPIPath(checkquerypath) == "&hash=" + checkHash) {
await getBlobs(containerName).then((data) => {