update sas function

This commit is contained in:
2024-09-16 12:38:11 +01:00
parent a86a75676d
commit 90780354f6
2 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ ApiProxy.get(async (req, res) => {
//console.log(hashAPIPath(checkquerypath) == "&hash=" + checkHash);
if (hashAPIPath(checkquerypath) == "&hash=" + checkHash) {
await createContainerSas(containerName)
await createContainer(containerName)
.then((data) => {
return res.status(200).json({ data: "success" });
})