get products by filter connected
This commit is contained in:
@@ -18,8 +18,10 @@ export const endPoints = {
|
||||
filter: {
|
||||
size: "size/",
|
||||
sizePageItems: "size/?page_size=500",
|
||||
sizeCategoryId:(id:number)=>`size/?category=${id}&page_size=500`,
|
||||
catalog: "catalog/",
|
||||
catalogPageItems: "catalog/?page_size=500",
|
||||
catalogCategoryId:(id:number)=>`catalog/?category=${id}&page_size=500`,
|
||||
},
|
||||
post: {
|
||||
sendNumber: "callBack/",
|
||||
|
||||
Reference in New Issue
Block a user