add catalog
This commit is contained in:
parent
be7b5c505e
commit
0960f3e9dc
|
@ -2,18 +2,18 @@
|
||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "Главная",
|
"name": "Главная",
|
||||||
"url": "/categories/0",
|
"uri": "/categories/0",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "Пряники",
|
"name": "Пряники",
|
||||||
"url": "/categories/1",
|
"uri": "/categories/1",
|
||||||
"children": []
|
"children": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "Пахлава",
|
"name": "Пахлава",
|
||||||
"url": "/categories/2",
|
"uri": "/categories/2",
|
||||||
"children": []
|
"children": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue