cloud upload files

This commit is contained in:
2022-03-16 00:34:44 -05:00
parent 5753f7cf26
commit 6c60c6656a
20 changed files with 317 additions and 8 deletions

View File

@@ -80,10 +80,4 @@ controlador.verVentasJson = (req, res) => {
res.render('panel_control');
};
module.exports = controlador;