From 26642371fe1ad0a1d2b9a9cbe3da66b09135b65a Mon Sep 17 00:00:00 2001 From: Lukas Lowinger Date: Fri, 29 Jun 2018 16:42:16 +0200 Subject: [PATCH] ENTESB-9124 - Change api path of fuse-rest-http-booster in readme --- src/main/resources/META-INF/resources/rest-http-index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.