list of admins

This commit is contained in:
hamid zarghami
2025-11-23 12:25:00 +03:30
parent 43ddbf6519
commit b7f994f39c
11 changed files with 290 additions and 2 deletions
+4
View File
@@ -56,4 +56,8 @@ export const Pages = {
add: "/roles/add",
update: "/roles/update/",
},
admins: {
list: "/admins/list",
update: "/admins/update/",
},
};