Skip to content

Commit

Permalink
update nest example
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed May 29, 2021
1 parent 6482612 commit b18f73e
Show file tree
Hide file tree
Showing 3 changed files with 10,794 additions and 3,252 deletions.
9 changes: 9 additions & 0 deletions examples/9-nestjs/README.md
Expand Up @@ -46,6 +46,15 @@ curl --request POST \
--data '{"ping": "GNU Terry Pratchett"}'
```

validation error

```shell
curl --request POST \
--url http://localhost:3000/ping \
--header 'Content-Type: application/json' \
--data '{"pingoo": "GNU Terry Pratchett"}'|jq
```

## Tests

```shell
Expand Down

0 comments on commit b18f73e

Please sign in to comment.