ashok 1 year ago
commit fdf324b83d

@ -189,9 +189,9 @@ fastify.post("/api/qccheckwaterlevelSensor/:hardwareId", {
fastify.get("/api/getHardware/:storeId", { fastify.get("/api/getHardware/:storeId", {
schema: { schema: {
tags: ["Tank"], tags: ["Store-Data"],
description: "This is Get Hardware Data", description: "This is to Get Hardware Data",
summary: "This is to Hardware Tank Data", summary: "This is to Get Hardware Tank Data",
params: { params: {
required: ["storeId"], required: ["storeId"],
type: "object", type: "object",

Loading…
Cancel
Save