Skip to content

Commit

Permalink
fix: incorrect URL handling
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Aug 21, 2024
1 parent 5c9a602 commit 684badb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</SenderPipe>

<XsltPipe name="MakeGetMeldingCall"
xpathExpression="concat('&lt;melding>', ${MorCore.taak.API.root-url}, '/api/v1/melding/', $uuid, '&lt;/melding>')">
xpathExpression="concat('&lt;melding>', '${MorCore.taak.API.root-url}', 'api/v1/melding/', $uuid, '&lt;/melding>')">
<Param name="uuid" sessionKey="uuid" type="DOMDOC" />
<Forward name="success" path="GetMeldingInfo" />
<Forward name="exception" path="Exception" />
Expand Down

0 comments on commit 684badb

Please sign in to comment.