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 88d552e + 57fada2 commit c5098a9Copy full SHA for c5098a9
src/lib.rs
@@ -44,10 +44,10 @@
44
//! ````
45
//!
46
//! ```sh
47
-//! $ curl localhost:8000/orders/shoes -d '{ "name": "Chashu", "legs": 4 }'
+//! $ curl localhost:8080/orders/shoes -d '{ "name": "Chashu", "legs": 4 }'
48
//! Hello, Chashu! I've put in an order for 4 shoes
49
50
-//! $ curl localhost:8000/orders/shoes -d '{ "name": "Mary Millipede", "legs": 750 }'
+//! $ curl localhost:8080/orders/shoes -d '{ "name": "Mary Millipede", "legs": 750 }'
51
//! number too large to fit in target type
52
//! ```
53
//! See more examples in the [examples](https://github.com/http-rs/tide/tree/main/examples) directory.
0 commit comments