Merged PR 920: updated path

updated path

Related work items: #7941
This commit is contained in:
Robert Bond
2022-10-04 13:16:09 +00:00
+3 -1
View File
@@ -961,10 +961,12 @@ export const createNewCaseBlob = (
var config = {
method: "post",
url: BASE_URL + queryUrl,
url: queryUrl,
data: data,
};
console.log("the query url for crearte csase:", queryUrl);
return axios(config)
.then((res) => {
return res.data;