This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new b19eb9e  minor fix for the README.adoc
b19eb9e is described below

commit b19eb9ef129aec99124cba69580b378e9d163262
Author: Freeman Fang <freeman.f...@gmail.com>
AuthorDate: Tue Feb 1 10:59:24 2022 -0500

    minor fix for the README.adoc
---
 rest-swagger/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rest-swagger/README.adoc b/rest-swagger/README.adoc
index b15697b..3e92e6a 100644
--- a/rest-swagger/README.adoc
+++ b/rest-swagger/README.adoc
@@ -41,7 +41,7 @@ You should see the following output when the application is 
launched:
 2017-03-05 14:55:44.140  INFO 15312 --- [           main] 
o.a.c.example.springboot.Application     : Started Application in 6.265 seconds 
(JVM running for 21.092)
 ----
 
-After the Spring Boot application is started, you can open the following URL 
in your web browser to access the REST endpoint and retrieve a list of users: 
http://localhost:8080/camel/users
+After the Spring Boot application is started, you can open the following URL 
in your web browser to access the REST endpoint and retrieve a list of users: 
http://localhost:8080/api/users
 
 You can also access the REST endpoint from the command line:
 

Reply via email to