diff --git a/docs/book/v4/tutorials/create-book-module.md b/docs/book/v4/tutorials/create-book-module.md index 2698b82..eb1fac9 100644 --- a/docs/book/v4/tutorials/create-book-module.md +++ b/docs/book/v4/tutorials/create-book-module.md @@ -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"