Merged PR 835: removed baseurl from action getlinkedcases
removed baseurl from action getlinkedcases Related work items: #7564
This commit is contained in:
@@ -368,7 +368,6 @@ 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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user