diff --git a/README.adoc b/README.adoc index 88e307b..64f27c6 100644 --- a/README.adoc +++ b/README.adoc @@ -8,7 +8,7 @@ Creating an HTTP endpoint using REST and its underlying principles to define you This booster introduces the mechanics of interacting with a remote (exposed by Apache Camel) service using the HTTP protocol. It allows you to: -* Execute an HTTP GET request on `api/greetings/{name}`` endpoint; using the url parameter `{name}` and producing a response in JSON format with a payload of Hello, $name! with $name replaced by the value of the url parameter used into the request. +* Execute an HTTP GET request on `camel/greetings/{name}`` endpoint; using the url parameter `{name}` and producing a response in JSON format with a payload of Hello, $name! with $name replaced by the value of the url parameter used into the request. * Browse the api's Swagger page. == Deployment options diff --git a/src/main/resources/META-INF/resources/rest-http-index.html b/src/main/resources/META-INF/resources/rest-http-index.html index 52dbfb6..b37f6a4 100644 --- a/src/main/resources/META-INF/resources/rest-http-index.html +++ b/src/main/resources/META-INF/resources/rest-http-index.html @@ -20,7 +20,7 @@ This booster introduces the mechanics of interacting with a remote (exposed by Apache Camel) service using the HTTP protocol. It allows you to:
{name} and produce a response in JSON format with a payload of Hello, $name! with $name replaced by the value of the url parameter used into the request.{name} and produce a response in JSON format with a payload of Hello, $name! with $name replaced by the value of the url parameter used into the request.