updated file name prefixes

This commit is contained in:
2024-05-21 14:03:24 +01:00
parent f4c821a5d4
commit 6bf933b2f1
17 changed files with 503 additions and 208 deletions
+1 -2
View File
@@ -32,8 +32,7 @@ ApiProxy.get(async (req, res) => {
res.setHeader(
"content-disposition",
"attachment; filename=" +
decodeURI(blobName.slice(blobName.indexOf("_") + 1))
"attachment; filename=" + decodeURI(blobName)
);
return res.status(200).send(downloaded);
} else {