update sas function
This commit is contained in:
@@ -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" });
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user