From 0e7c16cddbc85a99cf6351449dd541fd5a0b7c1d Mon Sep 17 00:00:00 2001 From: JAgagwuncha <49483249+JAgagwuncha@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:55:34 +0000 Subject: [PATCH] changed path url's to reflect custom domain names --- 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 80c7fd8..7c82dd4 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", "/spine-api-gateway/validate"); +context.setVariable("target_path", "/validate"); // Write the new path into the variable '/spine-api-gateway/general-validate' -context.setVariable("general_target_path", "/spine-api-gateway/general-validate"); +context.setVariable("general_target_path", "/general-validate");