programacion solamente

This commit is contained in:
2022-03-07 16:14:05 -06:00
parent 2dfbc7708b
commit f303e5c869
+1 -1
View File
@@ -1,5 +1,5 @@
const Programa = require('../../db/tablas/Programa');
const get = async () => Programa.findAll();
const get = async () => Programa.findAll({ where: { idPrograma: 2 } });
module.exports = get;