removed baseurl from action getlinkedcases

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