category list and update

This commit is contained in:
hamid zarghami
2025-09-21 10:45:52 +03:30
parent 6191fb15a4
commit 1457afce0b
9 changed files with 572 additions and 30 deletions
+6
View File
@@ -116,4 +116,10 @@ export const Pages = {
detail: "/support/detail/",
planUsers: "/support/plan-users/",
},
category: {
list: "/category/list",
create: "/category/create",
update: "/category/update/",
detail: "/category/",
},
};