create product

This commit is contained in:
hamid zarghami
2026-01-24 15:38:17 +03:30
parent 54eb477200
commit cb174bf0dc
11 changed files with 261 additions and 43 deletions
+5
View File
@@ -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: {