read from target dir and look up metadata from csv
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ export const api = {
|
||||
saveHolidays: (dates) => request('POST', '/holidays', { dates }),
|
||||
|
||||
// Tests
|
||||
loadCsv: (csv_path) => request('POST', '/tests/load', { csv_path }),
|
||||
loadCsv: (csv_paths, target_dir) => request('POST', '/tests/load', { csv_paths, target_dir }),
|
||||
|
||||
// Schedule
|
||||
compileSchedule: (opts) => request('POST', '/schedule/compile', opts),
|
||||
|
||||
Reference in New Issue
Block a user