mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
Fix path name (#224)
This commit is contained in:
parent
b91f0c9db2
commit
69d44d6b95
@ -13,7 +13,7 @@ cargo run
|
|||||||
### web client
|
### web client
|
||||||
|
|
||||||
- [http://localhost:8080/](http://localhost:8080/static/index.html)
|
- [http://localhost:8080/](http://localhost:8080/static/index.html)
|
||||||
- [http://localhost:8080/async/bob](http://localhost:8080/async/bob)
|
- [http://localhost:8080/async/bob](http://localhost:8080/async-body/bob)
|
||||||
- [http://localhost:8080/user/bob/](http://localhost:8080/user/bob/) text/plain download
|
- [http://localhost:8080/user/bob/](http://localhost:8080/user/bob/) text/plain download
|
||||||
- [http://localhost:8080/test](http://localhost:8080/test) (return status switch GET or POST or other)
|
- [http://localhost:8080/test](http://localhost:8080/test) (return status switch GET or POST or other)
|
||||||
- [http://localhost:8080/favicon](http://localhost:8080/static/favicon.htmicol)
|
- [http://localhost:8080/favicon](http://localhost:8080/static/favicon.htmicol)
|
||||||
|
Loading…
Reference in New Issue
Block a user