Skip to content

Commit 985319f

Browse files
authored
fix hello world POST example
1 parent 8123b27 commit 985319f

File tree

1 file changed

+1
-1
lines changed
  • kogito-springboot-examples/dmn-drools-springboot-metrics

1 file changed

+1
-1
lines changed

kogito-springboot-examples/dmn-drools-springboot-metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Once the service is up and running, you can use the following example to interac
7878
Post "hello":
7979

8080
```sh
81-
curl -H "Content-Type: application/json" -X POST -d '{"strings":["world"]}' http://localhost:8080/hello
81+
curl -H "Content-Type: application/json" -X POST -d '{"strings":["hello"]}' http://localhost:8080/hello
8282
```
8383

8484
the service will return `["hello", "world"]`

0 commit comments

Comments
 (0)