permission menu

This commit is contained in:
hamid zarghami
2026-02-26 10:05:44 +03:30
parent f466f03fea
commit 2398f455b0
6 changed files with 65 additions and 16 deletions
+3 -3
View File
@@ -32,9 +32,9 @@ export const Paths = {
update: '/admin/update/',
},
role: {
list: '/admin/role',
create: '/admin/role/create',
update: '/admin/role/update/',
list: '/role',
create: '/role/create',
update: '/role/update/',
},
formBuilder: {
list: '/form-builder/list/',