endpoint tipos de dispositovos listo

This commit is contained in:
Lemuel Marquez
2021-04-27 23:18:43 -05:00
parent 779c9754f0
commit b5d4db6897
3 changed files with 24 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
const validar = require('../../helper/validar');
const TipoCarrito = require('../../db/tablas/TipoCarrito');
const get = async () => TipoCarrito.findAll();
module.exports = get;