removed baseurl from action getlinkedcases

This commit is contained in:
2022-03-17 14:54:07 +00:00
parent 73bb640b82
commit 1e8a3268d0
+1 -2
View File
@@ -368,8 +368,7 @@ export const getSearchDocumentDetailsPaged = (
export const getLinkedCases = (parentIncidentid) => { export const getLinkedCases = (parentIncidentid) => {
return axios return axios
.get( .get(
BASE_URL + "/api/endpoint/getlinkedcases_api?parentincidentid=" +
"/api/endpoint/getlinkedcases_api?parentincidentid=" +
parentIncidentid parentIncidentid
) )
.then((res) => { .then((res) => {