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');
2022-02-13 19:10:21 -06:00
const get = async () => Status.findAll();
2021-04-29 22:52:17 -05:00
module.exports = get;