From 0ae59399bda43d2e52752f8edb494cd3e98217f4 Mon Sep 17 00:00:00 2001 From: Alex Karajos Date: Fri, 3 May 2024 12:22:27 +0300 Subject: [PATCH] Update docs/book/v4/tutorials/create-book-module.md --- docs/book/v4/tutorials/create-book-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"