Skip to content

Commit 7895323

Browse files
authored
Update README.md
1 parent 0fc88c6 commit 7895323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
| Description | HTTP METHODS & URL | REQUEST | Response
2626
| ------------- | ------------- | -------- | --------
27-
| Endpoint for add Product | [POST] /addProduct | { <br> user_id:"int",<br> product_name:"string",<br>product_description:"string",<br> product_images:"[]string",<br> product_price:"int",<br> compressed_product_images: "[]string",<br> created_at:"time",<br> updated_at:"time"} | 200 OK (on success) <br> 400 Bad Request (if request format is invalid)
27+
| Endpoint for add Product | [POST] /addProduct | { <br> user_id:"int",<br> product_name:"string",<br>product_description:"string",<br> product_images:"[]string",<br> product_price:"int",<br> compressed_product_images: "[]string",<br> created_at:"time",<br> updated_at:"time" <br>} | 200 OK (on success) <br> 400 Bad Request (if request format is invalid)
2828

2929
● Create 2 Services Producer and Consumer
3030

0 commit comments

Comments
 (0)