Files
xXpuma99Xx 9af90dc0cf reporte
2022-01-24 00:13:19 -06:00

6 lines
119 B
JavaScript

const Carrera = require('../../db/tablas/Carrera');
const get = async () => Carrera.findAll();
module.exports = get;