diff --git a/src/routes/storeRoute.js b/src/routes/storeRoute.js index 9b382ce6..584d8faf 100644 --- a/src/routes/storeRoute.js +++ b/src/routes/storeRoute.js @@ -189,9 +189,9 @@ fastify.post("/api/qccheckwaterlevelSensor/:hardwareId", { fastify.get("/api/getHardware/:storeId", { schema: { - tags: ["Tank"], - description: "This is Get Hardware Data", - summary: "This is to Hardware Tank Data", + tags: ["Store-Data"], + description: "This is to Get Hardware Data", + summary: "This is to Get Hardware Tank Data", params: { required: ["storeId"], type: "object",