mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2026-04-28 18:45:36 +02:00
Refactor the app to use Express server and Jest for tests
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import log from "../log";
|
||||
import getCaptchaSolver, {CaptchaType} from "../captcha";
|
||||
import {Page, Response} from 'puppeteer'
|
||||
|
||||
import log from "../services/log";
|
||||
import getCaptchaSolver, {CaptchaType} from "../captcha";
|
||||
|
||||
/**
|
||||
* This class contains the logic to solve protections provided by CloudFlare
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user