6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
|
|
const Status = require('../../db/tablas/Status');
|
||
|
|
|
||
|
|
const get = async () => Status.findAll();
|
||
|
|
|
||
|
|
module.exports = get;
|