1
0
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:
liuliu 2023-04-03 21:00:43 +08:00 committed by GitHub
parent 463b76ef8a
commit e6eeace5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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