service page updated for multiple data

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-17 19:12:52 +05:00
parent 974d31c096
commit 137dc3e7c2
18 changed files with 323 additions and 138 deletions

View File

@@ -6,7 +6,7 @@ export const endPoints = {
byId: (id: number) => `subCategory/?category=${id}`,
},
services: {
all: "firesafety/",
all: "firesafety/?page_size=500",
detail: (id: number) => `firesafety/${id}`,
},
product: {