From 1e8a3268d0c5fd4f214bb2534b5486e7fb5a3973 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Thu, 17 Mar 2022 14:54:07 +0000 Subject: [PATCH] removed baseurl from action getlinkedcases --- actions/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/actions/index.js b/actions/index.js index 98a9e518..39f2bff3 100644 --- a/actions/index.js +++ b/actions/index.js @@ -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) => {