From 015ec4b2ff000c515bfc213f2f03384e28d62c8e Mon Sep 17 00:00:00 2001 From: varun Date: Tue, 9 Jul 2024 02:21:34 -0400 Subject: [PATCH] getting hardware based on storeIds --- src/routes/storeRoute.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",