This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this push: new 8ce5e64 Fix rest-json README links to web UI 8ce5e64 is described below commit 8ce5e641615855476faca7dcba99a86416185c1d Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Thu Apr 11 12:33:33 2024 +0100 Fix rest-json README links to web UI --- rest-json/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-json/README.adoc b/rest-json/README.adoc index 9423b1d..f58138e 100644 --- a/rest-json/README.adoc +++ b/rest-json/README.adoc @@ -23,8 +23,8 @@ https://camel.apache.org/camel-quarkus/latest/first-steps.html#_development_mode Then point your browser to one of the endpoints: -* http://localhost:8080/fruits -* http://localhost:8080/legumes +* http://localhost:8080/fruits.html +* http://localhost:8080/legumes.html === Package and run the application