mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
doc: modify link format of README.md in auth/casbin (#617)
This commit is contained in:
parent
463b76ef8a
commit
e6eeace5d5
@ -19,7 +19,9 @@ cargo run (or ``cargo watch -x run``)
|
||||
# Started http server: 127.0.0.1:8080
|
||||
```
|
||||
|
||||
In this example, you can get the successful result at `http://localhost:8080/success` (accessible) and the failed result at `http://localhost:8080/fail` (inaccessible, `ERR_EMPTY_RESPONSE`).
|
||||
In this example, you can get the:
|
||||
- successful result at [http://localhost:8080/success](http://localhost:8080/success) (accessible)
|
||||
- failed result at [http://localhost:8080/fail](http://localhost:8080/fail) (inaccessible, `ERR_EMPTY_RESPONSE`).
|
||||
|
||||
## Others
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user