1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00

fix cd links

This commit is contained in:
Rob Ede
2022-02-18 02:19:57 +00:00
parent 4d210b32f9
commit cfb181ecf5
3 changed files with 16 additions and 10 deletions

View File

@ -5,9 +5,8 @@ This example showcases a middleware that adds and retrieves request-local data.
## Usage
```bash
cd basics/middleware-ext-mut
cd middleware/middleware-ext-mut
cargo run
# Started http server: 127.0.0.1:8080
```
Look in `src/add_msg.rs` to see how it works.