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 e12f2fb  minor fix for the README.adoc
e12f2fb is described below

commit e12f2fb72871a2ccccdb585e42e590274b84264a
Author: Freeman Fang <freeman.f...@gmail.com>
AuthorDate: Tue Feb 1 10:54:37 2022 -0500

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

diff --git a/rest-openapi/README.adoc b/rest-openapi/README.adoc
index b205177..d7b3d48 100644
--- a/rest-openapi/README.adoc
+++ b/rest-openapi/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