tubearchivist/frontend/src/api/loader/loadStatsDownloadHistory.ts

8 lines
192 B
TypeScript

import APIClient from '../../functions/APIClient';
const loadStatsDownloadHistory = async () => {
return APIClient('/api/stats/downloadhist/');
};
export default loadStatsDownloadHistory;