generation report
This commit is contained in:
+6
-1
@@ -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'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user