create attribute

This commit is contained in:
hamid zarghami
2026-01-25 09:40:41 +03:30
parent 5fad34cc84
commit a37a7191dd
9 changed files with 165 additions and 12 deletions
+3 -3
View File
@@ -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: {