move old to legacy folder

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-01-19 21:09:17 +03:00
parent 8a2afc3f1b
commit 270fe51500
289 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
{
"prices": [
{
"id": "1",
"name": "Contactless car wash",
"price": "459"
},
{
"id": "2",
"name": "Nanowash",
"price": "759"
},
{
"id": "3",
"name": "Deluxe wash",
"price": "1559"
},
{
"id": "4",
"name": "Comprehensive wash",
"price": "859"
},
{
"id": "5",
"name": "Comprehensive nano wash",
"price": "11559"
},
{
"id": "6",
"name": "Antireagent",
"price": "1400"
},
{
"id": "7",
"name": "Antireagent complex",
"price": "1800"
},
{
"id": "8",
"name": "Express wash",
"price": "250"
},
{
"id": "9",
"name": "Vacuum cleaner",
"price": "250"
},
{
"id": "10",
"name": "Glass",
"price": "250"
},
{
"id": "11",
"name": "Plastic polish",
"price": "250"
}
]
}