Modulo Web Restaurant Realizado.

This commit is contained in:
2023-03-20 09:18:51 -05:00
parent b86006cea6
commit 379e1befd4
14 changed files with 592 additions and 90 deletions

View File

@@ -15,6 +15,7 @@ controlador.verClientesJsonApp = (req, res) => {
res.json(client);
//res.render('clientesV',{ data:rows });
});
//conn.end();
});
};