get carreras
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const Carrera = require('../../db/tablas/Carrera');
|
||||
|
||||
const get = async () => Carrera.findAll();
|
||||
|
||||
module.exports = get;
|
||||
Reference in New Issue
Block a user