master^2
Bhaskar 3 months ago
parent 395dbcb621
commit db30d53392

@ -422,7 +422,7 @@ module.exports = function (fastify, opts, next) {
handler: installationController.masterConnectedSlaveList, handler: installationController.masterConnectedSlaveList,
}); });
fastify.post( fastify.post(
'/api/insensors/:customerId/media', '/api/insensors/media/:customerId',
{ {
schema: { schema: {
summary: 'Add media (manual videos, material pictures, or work status pictures) to master or slave device', summary: 'Add media (manual videos, material pictures, or work status pictures) to master or slave device',

Loading…
Cancel
Save