Skip to content

Commit

Permalink
Update target elements in proxies.xml to use host and port attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
t-burch authored and rrayst committed Nov 7, 2024
1 parent 30084ec commit a086eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions distribution/examples/xslt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ First take a look at the proxies.xml file.
<serviceProxy port="2000">
<response>
<transform xslt="./reformat.xsl" />
</response>
<target url="https://api.predic8.de/restnames/name.groovy?name=Pia" />
</response>
<target host="api.predic8.de" port="443" />
</serviceProxy>
</router>
```
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/xslt/proxies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<response>
<transform xslt="./reformat.xsl" />
</response>
<target url="https://api.predic8.de/restnames/name.groovy?name=Pia" />
<target host="api.predic8.de" port="443" />
</serviceProxy>

</router>
Expand Down

0 comments on commit a086eb8

Please sign in to comment.