mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
15 lines
306 B
Markdown
15 lines
306 B
Markdown
# redis-session
|
|
|
|
```sh
|
|
cd auth/redis-sessions
|
|
cargo run
|
|
# Starting http server: 127.0.0.1:8080
|
|
```
|
|
|
|
## Available Routes
|
|
|
|
- [GET /](http://localhost:8080/)
|
|
- [POST /do_something](http://localhost:8080/do_something)
|
|
- [POST /login](http://localhost:8080/login)
|
|
- [POST /logout](http://localhost:8080/logout)
|