programa get

This commit is contained in:
Lemuel Marquez
2021-06-14 12:01:46 -05:00
parent 9db60c1868
commit 4a7f971b2b
3 changed files with 27 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
const Programa = require('../../db/tablas/Status');
const get = async () => Programa.findAll();
module.exports = get;