add catalog

This commit is contained in:
2024-05-18 12:12:00 +07:00
parent 286048d068
commit be7b5c505e
5 changed files with 74 additions and 28 deletions
+21
View File
@@ -0,0 +1,21 @@
[
{
"id": 0,
"name": "Главная",
"url": "/categories/0",
"children": [
{
"id": 1,
"name": "Пряники",
"url": "/categories/1",
"children": []
},
{
"id": 2,
"name": "Пахлава",
"url": "/categories/2",
"children": []
}
]
}
]