fix(CapSolver): separate CapSolver api from AntiGateV2
All checks were successful
release-tag / release (push) Successful in 1m53s
All checks were successful
release-tag / release (push) Successful in 1m53s
This commit is contained in:
@ -166,6 +166,7 @@ func NewApiServer(ctx *ApiContext) *ApiServer {
|
||||
newStatsApi(ctx),
|
||||
newAntigateV2Api(ctx),
|
||||
newRuCaptchaApi(ctx),
|
||||
newCapSolverApi(ctx),
|
||||
}
|
||||
|
||||
server := &ApiServer{
|
||||
|
Reference in New Issue
Block a user