1
0
mirror of https://github.com/actix/examples synced 2025-08-29 09:19:19 +02:00

Merge pull request #1129 from brd2002/bharat-ruidas

This commit is contained in:
Bharat Ruidas
2025-08-11 16:59:39 +05:30
committed by GitHub
parent 95509fd379
commit fc65386e45

View File

@@ -14,7 +14,7 @@ Modify the files in the `rbac` directory and the code in the `src` directory as
```sh
cd auth/casbin
cargo run (or ``cargo watch -x run``)
cargo run # or: cargo watch -x run
# Started http server: 127.0.0.1:8080
```