From f88323726e39acb22a918d82f8322fd05077efc9 Mon Sep 17 00:00:00 2001 From: JAgagwuncha <49483249+JAgagwuncha@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:31:33 +0000 Subject: [PATCH] added full path back into api call --- proxies/live/apiproxy/resources/jsc/WritePathToVariable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");