File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Hello, Chashu! I've put in an order for 4 shoes
98
98
$ curl localhost:8080/orders/shoes -d ' { "name": "Mary Millipede", "legs": 750 }'
99
99
```
100
100
``` text
101
- number too large to fit in target type
101
+ Hello, Mary Millipede! I've put in an order for 750 shoes
102
102
```
103
103
104
104
See more examples in the [ examples] ( https://github.com/http-rs/tide/tree/main/examples ) directory.
Original file line number Diff line number Diff line change 49
49
//! Hello, Chashu! I've put in an order for 4 shoes
50
50
//!
51
51
//! $ curl localhost:8080/orders/shoes -d '{ "name": "Mary Millipede", "legs": 750 }'
52
- //! number too large to fit in target type
52
+ //! Hello, Mary Millipede! I've put in an order for 750 shoes
53
53
//! ```
54
54
//! See more examples in the [examples](https://github.com/http-rs/tide/tree/main/examples) directory.
55
55
You can’t perform that action at this time.
0 commit comments