testing server
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user