add discount
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-05 03:54:59 +07:00
parent 5ecaa0f09b
commit 797bf40fdc
6 changed files with 112 additions and 84 deletions
+7 -2
View File
@@ -1,13 +1,16 @@
GET http://localhost:8090/catalog
User-Agent: crabs/1.0.0
###
GET http://localhost:8090/products/1
User-Agent: crabs/1.0.0
###
POST http://localhost:8090/cart
content-type: application/json
User-Agent: crabs/1.0.0
Content-Type: application/json
[
{
@@ -23,7 +26,8 @@ content-type: application/json
###
POST http://localhost:8090/orders
content-type: application/json
User-Agent: crabs/1.0.0
Content-Type: application/json
{
"name": "Иванов Иван",
@@ -43,3 +47,4 @@ content-type: application/json
###
GET http://localhost:8090/search?text=Лимон
User-Agent: crabs/1.0.0