master^2
Varun 8 months ago
parent 4e8f70ff16
commit a09fdbd1ba

@ -1301,6 +1301,7 @@ exports.updateSensorQC = async (req, reply) => {
exports.getSensorsByStatus = async (req, reply) => {
try {
const { storeId } = req.params;

@ -1203,6 +1203,7 @@ fastify.get("/api/getSensorsByStatus/:storeId", {
description: "Store ID",
},
},
},
},
handler: storeController.getSensorsByStatus,

Loading…
Cancel
Save