This commit is contained in:
Lemuel Marquez
2021-04-29 22:52:17 -05:00
parent b92a95ac2e
commit e803d8b851
6 changed files with 60 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
const Modulo = require('../../db/tablas/Modulo');
const get = async () => Modulo.findAll();
module.exports = get;