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