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