Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proxies/live/apiproxy/resources/jsc/WritePathToVariable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Loading