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