todos los tipos de equipo

This commit is contained in:
2022-03-03 12:00:34 -06:00
parent d5413a5fe8
commit 456967b036
+1 -1
View File
@@ -1,5 +1,5 @@
const TipoCarrito = require('../../db/tablas/TipoCarrito');
const get = async () => TipoCarrito.findAll({ where: { idTipoCarrito: 1 } });
const get = async () => TipoCarrito.findAll();
module.exports = get;