mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 03:39:47 +00:00
8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
import APIClient from '../../functions/APIClient';
|
|
|
|
const loadStatsDownload = async () => {
|
|
return APIClient('/api/stats/download/');
|
|
};
|
|
|
|
export default loadStatsDownload;
|