From 9344af370cc212d041fc965358feff7aa48d8e67 Mon Sep 17 00:00:00 2001 From: albrecht <flo@DESKTOP-ERC0T8S> Date: Mon, 10 Jul 2023 13:57:08 +0200 Subject: [PATCH] readme test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2db6cd..602fe09 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # gomazon ADD Product -curl -H "Content-Type: application/json" -d '{"description":"test","totalrating":4.0,"price":2.38}' localhost:8080/product/new + # curl -H "Content-Type: application/json" -d '{"description":"test","totalrating":4.0,"price":2.38}' localhost:8080/product/new Read Product curl localhost:8080/products \ No newline at end of file -- GitLab