21097 remove ui for further details
This commit is contained in:
@@ -20,9 +20,9 @@ ApiProxy.get(async (req, res) => {
|
||||
"/api/file/downloadblob?container=" +
|
||||
containerName +
|
||||
"&casefolderID=" +
|
||||
encodeURIComponent(casefolderID) +
|
||||
casefolderID +
|
||||
"&blobname=" +
|
||||
encodeURIComponent(blobName.trim());
|
||||
blobName.trim();
|
||||
|
||||
if (hashAPIPath(checkquerypath) == "&hash=" + checkHash) {
|
||||
const bloblocation =
|
||||
|
||||
Reference in New Issue
Block a user