You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/03 05:43:51 UTC

[camel-spring-boot-examples] branch main updated: Update readme.adoc (#77)

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

davsclaus 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 1128576  Update readme.adoc (#77)
1128576 is described below

commit 11285762c87fecd18ae5f2708a72c5bd34297ac7
Author: Federico Mariani <34...@users.noreply.github.com>
AuthorDate: Wed Aug 3 07:43:47 2022 +0200

    Update readme.adoc (#77)
---
 spring-boot-jta-jpa/readme.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spring-boot-jta-jpa/readme.adoc b/spring-boot-jta-jpa/readme.adoc
index d6b9a88..861a0dd 100644
--- a/spring-boot-jta-jpa/readme.adoc
+++ b/spring-boot-jta-jpa/readme.adoc
@@ -59,7 +59,7 @@ curl $ADDRESS/messages
 Test rollback by calling the service with "fail" content:
 
 ----
-curl -X POST $ADDRESS/message/fail
+curl -X POST $ADDRESS/messages/fail
 ----
 
 You should not find any trace of the message in the `audit_log` table.