update cart
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-30 03:54:12 +07:00
parent 323f50fb43
commit 073a7e6d8c
10 changed files with 207 additions and 163 deletions
+9 -1
View File
@@ -1,10 +1,14 @@
POST http://localhost:8090/card
POST http://localhost:8090/cart
content-type: application/json
[
{
"product_id": 1,
"count": 7
},
{
"product_id": 20,
"count": 15
}
]
@@ -20,6 +24,10 @@ content-type: application/json
{
"product_id": 1,
"count": 7
},
{
"product_id": 20,
"count": 15
}
]
}