Files

6 lines
116 B
JavaScript
Raw Permalink Normal View History

2021-04-29 22:52:17 -05:00
const Status = require('../../db/tablas/Status');
const get = async () => Status.findAll();
module.exports = get;