This commit is contained in:
alexmorenograu 2021-05-11 08:08:37 +02:00
parent f33052ab9c
commit 654e882a2c
2 changed files with 0 additions and 4 deletions

View File

@ -92,5 +92,3 @@ async function bindShelving(barcode, shelvingId) {
})();
}
exports.bindShelving = bindShelving;
// uihasdc

View File

@ -17,5 +17,3 @@ app.use('/flashOn', require('./methods/flashOn'));
app.listen(port, () => {
console.log(`Example app listening at http://localhost:${port}`);
});
// hola