feat(feng-check): run on chrome-cdp

This commit is contained in:
Gergő Móricz 2025-03-05 18:53:10 +01:00
parent c22c87ab0a
commit f8df18ed6a

View File

@ -30,6 +30,7 @@ export async function checkFireEngine(req: Request, res: Response) {
}, },
body: JSON.stringify({ body: JSON.stringify({
url, url,
engine: "chrome-cdp",
}), }),
signal: controller.signal, signal: controller.signal,
}, },