From 6d23bf41baed14a72883504fe4df18e0db34e768 Mon Sep 17 00:00:00 2001 From: Baryshev Dmitry Date: Thu, 9 Oct 2025 00:36:36 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=B1=20=D0=B4=D0=BE=D0=B1=20=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/database/db.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/src/database/db.json b/src/database/db.json index 64d4e4f..56e8338 100644 --- a/src/database/db.json +++ b/src/database/db.json @@ -55,12 +55,12 @@ "id": "1759949431089" }, { - "id": "1759952611913", + "id": "1759955102292", "name": "вап", "price": 200, - "category": "2", + "category": "1", "condition": "2", - "description": "ыфваыва", + "description": "sdfaasdf", "image": "https://i.pinimg.com/1200x/db/2f/d7/db2fd7ce379a4dc67db87bd1999fa681.jpg" } ], @@ -89,5 +89,17 @@ } ], "likes": [], - "basket": [] + "basket": [ + { + "id": "1759955102292", + "name": "вап", + "price": 200, + "category": "1", + "condition": "2", + "description": "sdfaasdf", + "image": "https://i.pinimg.com/1200x/db/2f/d7/db2fd7ce379a4dc67db87bd1999fa681.jpg", + "quantity": 1, + "addedAt": "2025-10-08T20:25:12.685Z" + } + ] } \ No newline at end of file