mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
fix cd links
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# redis-session
|
||||
|
||||
```sh
|
||||
cd session/redis-sessions
|
||||
cd auth/redis-sessions
|
||||
cargo run
|
||||
# Starting http server: 127.0.0.1:8080
|
||||
```
|
||||
@ -11,4 +11,4 @@ cargo run
|
||||
- [GET /](http://localhost:8080/)
|
||||
- [POST /do_something](http://localhost:8080/do_something)
|
||||
- [POST /login](http://localhost:8080/login)
|
||||
- [POST /logout](http://localhost:8080/logout)
|
||||
- [POST /logout](http://localhost:8080/logout)
|
||||
|
Reference in New Issue
Block a user