const Servicio = require('../../db/tablas/Servicio'); const serviciosAdmin = (body) => { Servicio.findAll().then((res) => { return res; }); };