-
Bug
-
Resolution: Done
-
Major
-
fuse-7.x-GA
-
None
-
False
-
False
-
%
-
Todo
-
Undefined
-
Example was tested on tag camel-2.23.2.fuse-790016
I started service and application according to readme.adoc.
When I tried to interact with example using http (e.g. http -b GET localhost:8080/camel/health/check) I got:
{
"error": "Not Found",
"message": "",
"path": "/camel/health/check",
"status": 404,
"timestamp": "2021-02-02T15:31:45.819+0000"
}
I should see some json response.