добавлено отслеживание выгрузок
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-19 23:13:55 +10:00
parent d10a74eea5
commit 45551a64f1
4 changed files with 102 additions and 0 deletions

View File

@@ -38,3 +38,8 @@ export async function downloadAll(dataStart, dataFinish, fieldName) {
{ responseType: 'blob' },
)
}
export async function fetchDownloadCounts() {
const { data } = await api8001.get('/download_counts')
return data
}