mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2026-04-21 07:22:41 +02:00
Refactor the app to use Express server and Jest for tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import got from 'got'
|
||||
import { sleep } from '../utils'
|
||||
import { sleep } from '../services/utils'
|
||||
|
||||
/*
|
||||
This method uses the captcha-harvester project:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import log from "../log";
|
||||
import log from "../services/log";
|
||||
|
||||
export enum CaptchaType {
|
||||
re = 'reCaptcha',
|
||||
|
||||
Reference in New Issue
Block a user