diff --git a/proxies/live/apiproxy/resources/jsc/WritePathToVariable.js b/proxies/live/apiproxy/resources/jsc/WritePathToVariable.js index 7c82dd4..80c7fd8 100644 --- a/proxies/live/apiproxy/resources/jsc/WritePathToVariable.js +++ b/proxies/live/apiproxy/resources/jsc/WritePathToVariable.js @@ -2,6 +2,6 @@ // If we don't set this then it will add the "/FHIR/R4/DocumentReference" context.setVariable("target.copy.pathsuffix", false); // Write the new path into the variable '/spine-api-gateway/validate' -context.setVariable("target_path", "/validate"); +context.setVariable("target_path", "/spine-api-gateway/validate"); // Write the new path into the variable '/spine-api-gateway/general-validate' -context.setVariable("general_target_path", "/general-validate"); +context.setVariable("general_target_path", "/spine-api-gateway/general-validate");