create product
This commit is contained in:
@@ -3,7 +3,8 @@ export const Paths = {
|
||||
list: '/requests',
|
||||
},
|
||||
product: {
|
||||
list: '/product/list'
|
||||
list: '/product/list',
|
||||
create: '/product/create'
|
||||
},
|
||||
order: {
|
||||
list: '/order/list'
|
||||
|
||||
Reference in New Issue
Block a user