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) => {
return axios
.get(
BASE_URL +
"/api/endpoint/getlinkedcases_api?parentincidentid=" +
"/api/endpoint/getlinkedcases_api?parentincidentid=" +
parentIncidentid
)
.then((res) => {