We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b912e56 + d9a7ec4 commit 7565150Copy full SHA for 7565150
README.md
@@ -87,10 +87,10 @@ async fn order_shoes(mut req: Request<()>) -> tide::Result {
87
```
88
89
```sh
90
-$ curl localhost:8000/orders/shoes -d '{ "name": "Chashu", "legs": 4 }'
+$ curl localhost:8080/orders/shoes -d '{ "name": "Chashu", "legs": 4 }'
91
Hello, Chashu! I've put in an order for 4 shoes
92
93
-$ curl localhost:8000/orders/shoes -d '{ "name": "Mary Millipede", "legs": 750 }'
+$ curl localhost:8080/orders/shoes -d '{ "name": "Mary Millipede", "legs": 750 }'
94
number too large to fit in target type
95
96
0 commit comments