@ -1620,3 +1620,4 @@ exports.writeMotorStatus = async (request, reply) => {
return reply.code(500).send({ error: 'Internal Server Error' });
}
@ -753,6 +753,8 @@ module.exports = function (fastify, opts, next) {
handler: tanksController.readMotorStatus
});
next();