Skip to content

Commit 53d8d1e

Browse files
committed
fix fruityvice.com service URI to avoid SSL issues
1 parent 2c97def commit 53d8d1e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ staging-gh-pages
4646

4747
yarn.lock
4848

49-
.DS_Store
49+
.DS_Store
50+
51+
#camel-jbang
52+
**/.camel-jbang

advanced/camel-k/eip/fruits-producer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- set-header:
77
name: CamelHttpMethod
88
constant: GET
9-
- to: "https://www.fruityvice.com/api/fruit/all"
9+
- to: "https://fruityvice.com/api/fruit/all"
1010
- split:
1111
jsonpath: "$.[*]"
1212
- marshal:

0 commit comments

Comments
 (0)