/api/addPrinter added
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const get = require('./get');
|
||||
const post = require('./post');
|
||||
|
||||
module.exports = {
|
||||
get,
|
||||
post
|
||||
};
|
||||
Reference in New Issue
Block a user