Skip to content

Commit ad223b0

Browse files
committed
route change
Signed-off-by: Jurj-Bogdan <bogdanjurj11@gmail.com>
1 parent 75f5a19 commit ad223b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/book/v6/tutorials/create-book-module-via-dot-maker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ curl -X POST http://0.0.0.0:8080/book
421421
To list the books use:
422422

423423
```shell
424-
curl http://0.0.0.0:8080/book
424+
curl http://0.0.0.0:8080/books
425425
```
426426

427427
To fetch a book, `curl` one of the links found in the output of the **list books** command, under `_embedded` . `books` . * . `_links` . `self` . `href`.

0 commit comments

Comments
 (0)