From 327868b2791fed17fa5120216839ef46aa949889 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Fri, 29 Jun 2018 10:52:42 +0200 Subject: [PATCH] ENTESB-9124 - Change api path of fuse-rest-http-booster in readme --- README.adoc | 2 +- src/main/resources/META-INF/resources/rest-http-index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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:
Execute an HTTP GET request on api/greetings/{name} endpoint:
-
api/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.
+
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.