TASK22017: phase 8 hardening for sensitive hash-guarded APIs
This commit is contained in:
@@ -74,7 +74,7 @@ export const deleteAwaitingSubmissionsFromBlob = (
|
||||
|
||||
var config = {
|
||||
method: "get",
|
||||
url: queryUrl
|
||||
url: queryUrl + hashAPIPath(queryUrl)
|
||||
};
|
||||
return axios(config)
|
||||
.then((res) => {
|
||||
@@ -100,7 +100,7 @@ export const deleteMyRepresentationsFromBlob = (
|
||||
|
||||
var config = {
|
||||
method: "get",
|
||||
url: queryUrl
|
||||
url: queryUrl + hashAPIPath(queryUrl)
|
||||
};
|
||||
return axios(config)
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user