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