Skip to content

Commit

Permalink
Update docs/book/v4/tutorials/create-book-module.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmerlin authored May 3, 2024
1 parent 6a2571e commit 0ae5939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/v4/tutorials/create-book-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ To execute the migrations run:

## Checking endpoints

If we did everything as planned we can call the `http://0.0.0.0:8080/books` endpoint and create a new book:
If we did everything as planned we can call the `http://0.0.0.0:8080/book` endpoint and create a new book:

curl -X POST http://0.0.0.0:8080/book
-H "Content-Type: application/json"
Expand Down

0 comments on commit 0ae5939

Please sign in to comment.