/api/addPrinter added

This commit is contained in:
alfredojl
2020-09-16 19:57:44 -05:00
parent 4701ee1a88
commit a858262619
5 changed files with 72 additions and 7 deletions
@@ -0,0 +1,7 @@
const get = require('./get');
const post = require('./post');
module.exports = {
get,
post
};