Skip to content

Commit

Permalink
Merge pull request #69 from kana-rus/fix_readme
Browse files Browse the repository at this point in the history
Fix: curl path in quick start
  • Loading branch information
kanarus authored Feb 4, 2024
2 parents c3c4c65 + 46f3ae6 commit b6d0513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async fn main() {
$ cargo run
```
```sh
$ curl http://localhost:3000/hc
$ curl http://localhost:3000/healthz
$ curl http://localhost:3000/hello/your_name
Hello, your_name!
```
Expand Down

0 comments on commit b6d0513

Please sign in to comment.