Update api requests

This commit is contained in:
miroman-afk
2021-05-31 16:11:03 +03:00
parent 8990126842
commit 3b61b27200
54 changed files with 1911 additions and 362 deletions

View File

@@ -1,19 +0,0 @@
group_name: 'Разработка',
item: [
{
name: 'Тест',
acl: 'test',
icon: 'code',
order: 0,
items: [
{
name: 'Hello',
acl: 'test',
url: 'app.test.hello',
icon: 'line_style',
count: 0,
order: 1
}
]
}
];