Skip to content

Commit 078bb0d

Browse files
committed
fixing paths in one more README.md file
Signed-off-by: salaboy <[email protected]>
1 parent 8d7bd1c commit 078bb0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-examples/workflows/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ timeout_seconds: 10
448448
Let's suspend the workflow instance by sending the following request:
449449

450450
```sh
451-
curl -X POST "localhost:8080/wfp/suspendresume-suspend?orderId=123" -H 'Content-Type: application/json'
451+
curl -X POST "localhost:8080/wfp/suspendresume/suspend?orderId=123" -H 'Content-Type: application/json'
452452
```
453453

454454
<!-- END_STEP -->
@@ -477,7 +477,7 @@ timeout_seconds: 10
477477
To send the event you can run:
478478

479479
```sh
480-
curl -X POST "localhost:8080/wfp/suspendresume-resume?orderId=123" -H 'Content-Type: application/json'
480+
curl -X POST "localhost:8080/wfp/suspendresume/resume?orderId=123" -H 'Content-Type: application/json'
481481
```
482482

483483
<!-- END_STEP -->
@@ -506,7 +506,7 @@ timeout_seconds: 10
506506
To send the event you can run:
507507

508508
```sh
509-
curl -X POST "localhost:8080/wfp/suspendresume-continue?orderId=123&decision=true" -H 'Content-Type: application/json'
509+
curl -X POST "localhost:8080/wfp/suspendresume/continue?orderId=123&decision=true" -H 'Content-Type: application/json'
510510
```
511511

512512
<!-- END_STEP -->

0 commit comments

Comments
 (0)