generation report

This commit is contained in:
root
2025-09-22 16:26:38 +05:00
parent 13b613e191
commit 0f5d0dc806
10 changed files with 2046 additions and 10 deletions
+6 -1
View File
@@ -21,7 +21,12 @@ export const API_CONFIG = {
MONGO_HEALTH: '/api/parser/health/mongodb',
SCHEDULER_HEALTH: '/api/parser/health/scheduler',
SYSTEM_HEALTH: '/api/parser/health/system',
PARSERS_HEALTH: '/api/parser/health/parsers'
PARSERS_HEALTH: '/api/parser/health/parsers',
// ReportController - Генерация и управление отчётами
REPORT_GENERATE: '/api/parser/report/generate',
REPORT_HISTORY: '/api/parser/report/history',
REPORT_DOWNLOAD: '/api/parser/report/history'
}
};