We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c97def commit 53d8d1eCopy full SHA for 53d8d1e
.gitignore
@@ -46,4 +46,7 @@ staging-gh-pages
46
47
yarn.lock
48
49
-.DS_Store
+.DS_Store
50
+
51
+#camel-jbang
52
+**/.camel-jbang
advanced/camel-k/eip/fruits-producer.yaml
@@ -6,7 +6,7 @@
6
- set-header:
7
name: CamelHttpMethod
8
constant: GET
9
- - to: "https://www.fruityvice.com/api/fruit/all"
+ - to: "https://fruityvice.com/api/fruit/all"
10
- split:
11
jsonpath: "$.[*]"
12
- marshal:
0 commit comments