testing server

This commit is contained in:
2022-11-28 22:17:43 -05:00
parent cde49185d6
commit b86006cea6
3 changed files with 11 additions and 1 deletions

View File

@@ -205,5 +205,12 @@ function reg_DB() {
}
//********* PRUEBA Y RECECION DE DATOS ********//
controlador.recibe_datos = (req, res) => {
console.log(req.body);
res.send(200);
//res.render('panel_control');
};
module.exports = controlador;