master^2
Varun 7 months ago
parent 76cb85ee76
commit c2372897c6

@ -1173,6 +1173,7 @@ exports.installmotorswitch = async (request, reply) => {
}; };
exports.generateHardwareMasterId = async (req, reply) => { exports.generateHardwareMasterId = async (req, reply) => {
try { try {
const { from, to, type } = req.body; const { from, to, type } = req.body;

@ -1143,6 +1143,7 @@ fastify.post('/api/generateHardwareMasterId', {
}, },
}, },
}, },
handler: storeController.generateHardwareMasterId, handler: storeController.generateHardwareMasterId,
}); });

Loading…
Cancel
Save