structure category product

This commit is contained in:
hamid zarghami
2026-01-24 09:24:18 +03:30
parent 2eba93984c
commit 2995bb86b4
12 changed files with 109 additions and 2 deletions
+5 -1
View File
@@ -4,7 +4,11 @@ export const Paths = {
},
product: {
list: '/product/list',
create: '/product/create'
create: '/product/create',
category: {
create: '/product/category/create',
list: '/product/category/list',
}
},
order: {
list: '/order/list'