create product
This commit is contained in:
@@ -9,6 +9,11 @@ export const Paths = {
|
||||
create: '/product/category/create',
|
||||
list: '/product/category/list',
|
||||
update: '/product/category/update/'
|
||||
},
|
||||
attribute: {
|
||||
list: '/attribute/list',
|
||||
create: '/attribute/create',
|
||||
update: '/attribute/update'
|
||||
}
|
||||
},
|
||||
order: {
|
||||
|
||||
Reference in New Issue
Block a user