programacion solamente
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user