Загрузить файлы в «/»

This commit is contained in:
britikos 2024-01-18 19:34:28 +00:00
commit 9ca7af75c8

18
data.json Normal file
View file

@ -0,0 +1,18 @@
{
"store": {
"item": [
{
"id": 0,
"category": "ML_model",
"title": "Titanic",
"price": 400
},
{
"id": 1,
"category": "Not_ML_Model",
"title": "Punk_Rock",
"price": 700
}
]
}
}