create and list + delete brand

This commit is contained in:
hamid zarghami
2025-09-24 10:01:33 +03:30
parent 0dd1ab170d
commit a8e2cbb065
12 changed files with 381 additions and 16 deletions
+5
View File
@@ -129,5 +129,10 @@ export const Pages = {
list: "/products/list",
variants: "/products/variants/",
update: "/products/update/",
brands: {
list: "/products/brands",
update: "/products/brands/update/",
create: "/products/brands/create",
},
},
};