/updateEquip and /updatePrinter added and working.

This commit is contained in:
alfredojl
2020-09-18 22:08:30 -05:00
parent 061ea3abe1
commit 3b9a9492c2
12 changed files with 307 additions and 2 deletions
@@ -0,0 +1,9 @@
const get = require('./get');
const put = require('./put');
const remove = require('./delete');
module.exports = {
get,
put,
remove
};