1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

fix diesel example

This commit is contained in:
Rob Ede
2022-02-18 02:32:44 +00:00
parent 09e3318ebf
commit e7b73040d7
5 changed files with 12 additions and 13 deletions

View File

@ -36,7 +36,7 @@ There will now be a database file at `./test.db`.
```sh
cd databases/diesel
cargo run (or ``cargo watch -x run``)
cargo run
# Started http server: 127.0.0.1:8080
```