/
home
/
rekodeb
/
webrodez
/
wp-content
/
plugins
/
burst-statistics
/
settings
/
src
/
api
/
Upload File
HOME
import {getData} from '../utils/api'; const getAcquisitionData = async({type, startDate, endDate, range, args}) => { const { data } = await getData( type, startDate, endDate, range, args ); return data; }; export default getAcquisitionData;