Files

6 lines
119 B
JavaScript
Raw Permalink Normal View History

2022-01-24 00:13:19 -06:00
const Carrera = require('../../db/tablas/Carrera');
const get = async () => Carrera.findAll();
module.exports = get;