get carreras

This commit is contained in:
Lemuel Marquez
2021-07-11 00:01:22 -05:00
parent 52d5f93a64
commit 0122da685d
4 changed files with 24 additions and 20 deletions
+5
View File
@@ -0,0 +1,5 @@
const Carrera = require('../../db/tablas/Carrera');
const get = async () => Carrera.findAll();
module.exports = get;