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