fix(CapSolver): separate CapSolver api from AntiGateV2
All checks were successful
release-tag / release (push) Successful in 1m53s

This commit is contained in:
2023-07-14 06:49:25 +03:00
parent 81193a05ef
commit dd10f15834
4 changed files with 253 additions and 4 deletions

View File

@ -166,6 +166,7 @@ func NewApiServer(ctx *ApiContext) *ApiServer {
newStatsApi(ctx),
newAntigateV2Api(ctx),
newRuCaptchaApi(ctx),
newCapSolverApi(ctx),
}
server := &ApiServer{