listo, faltan correo y pruebas

This commit is contained in:
2022-04-17 22:23:39 -05:00
parent de238e3e50
commit a69574d529
23 changed files with 695 additions and 62 deletions
+5
View File
@@ -0,0 +1,5 @@
const Invitado = require('../../db/tablas/Invitado');
const get = () => Invitado.findAll();
module.exports = get;