file name and location updayed for better be

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-07 16:31:18 +05:00
parent b838025ab0
commit 809438735f
82 changed files with 87 additions and 470 deletions

View File

@@ -39,14 +39,11 @@ export const endPoints = {
navbar: "navigationitem/?page_size=500",
sertificate: "document/?type=certificate",
normative: "document/?type=normative",
guides:"guide/",
guides: "guide/",
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`,
catalog: "catalogsection/?page_size=500",
child: (parenId: number) =>
`catalogsection/?page_size=500&parent=${parenId}`,
},
post: {
sendNumber: "callBack/",