This commit is contained in:
2026-05-28 12:34:01 -04:00
parent d239de257d
commit 49310e6d59
9 changed files with 240 additions and 164 deletions
+1
View File
@@ -13,6 +13,7 @@ export async function apiFetch(path, options = {}) {
}
export const getStats = () => apiFetch('/stats')
export const getScanStatus = () => apiFetch('/scan-status')
export const getTests = (params = {}) => {
const qs = new URLSearchParams(
Object.entries(params).filter(([, v]) => v !== '' && v !== undefined && v !== null)