Merge pull request #1098 from csamak/patch-1

Fix the tutorial app4 curl example
This commit is contained in:
Alp Mestanogullari 2018-12-19 10:40:30 +01:00 committed by GitHub
commit a3d335b436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1128,8 +1128,8 @@ This is the webservice in action:
``` bash
$ curl http://localhost:8081/a
1797
$ curl http://localhost:8081/b
"hi"
$ curl http://localhost:8081/b -X GET -d '42.0' -H 'Content-Type: application/json'
true
```
### An arrow is a reader too.