You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/04 08:54:08 UTC

(camel-kamelets-examples) branch main updated: Update example

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new b3f49e1  Update example
b3f49e1 is described below

commit b3f49e1431a3ca7364f8cd0bc24acd70341aba97
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 4 09:53:58 2023 +0100

    Update example
---
 jbang/xslt-transform/banks.camel.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jbang/xslt-transform/banks.camel.yaml b/jbang/xslt-transform/banks.camel.yaml
index d2652ff..723cf6c 100644
--- a/jbang/xslt-transform/banks.camel.yaml
+++ b/jbang/xslt-transform/banks.camel.yaml
@@ -9,10 +9,10 @@
         period: '5000'
       steps:
         - to:
-            uri: https
+            uri: http
             id: to-57d1
             parameters:
-              httpUri: random-data-api.com/api/v2/banks?response_type=xml
+              httpUri: https://random-data-api.com/api/v2/banks?response_type=xml
         - to:
             uri: xslt
             id: to-8688