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 b37f6a4..2fbcb6f 100644 --- a/src/main/resources/META-INF/resources/rest-http-index.html +++ b/src/main/resources/META-INF/resources/rest-http-index.html @@ -19,7 +19,7 @@

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:
+
Execute an HTTP GET request on camel/greetings/{name} endpoint:
camel/greetings/{name} this uses the url parameter {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.
Browse the api's Swagger page:
Api Swagger page this displays the swagger-ui for the rest api.