add catalog

This commit is contained in:
Владимир Фёдоров 2024-05-18 12:13:21 +07:00
parent be7b5c505e
commit 0960f3e9dc
1 changed files with 3 additions and 3 deletions

View File

@ -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": []
} }
] ]