From e9cbee2eb50198bb1b596729fb9ca70b78c29dbf Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Tue, 4 Oct 2022 14:15:36 +0100 Subject: [PATCH] updated path --- actions/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/actions/index.js b/actions/index.js index 5d5af174..aa2c0029 100644 --- a/actions/index.js +++ b/actions/index.js @@ -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;