structure category product
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user