cleanup: remove websteps summer 2021 implementation (#722)
See https://github.com/ooni/probe/issues/2094
This commit is contained in:
parent
e93756be20
commit
1776ea1288
23 changed files with 0 additions and 2709 deletions
|
|
@ -10,7 +10,6 @@ import (
|
|||
|
||||
"github.com/apex/log"
|
||||
"github.com/ooni/probe-cli/v3/internal/cmd/oohelperd/internal/webconnectivity"
|
||||
"github.com/ooni/probe-cli/v3/internal/cmd/oohelperd/internal/websteps"
|
||||
"github.com/ooni/probe-cli/v3/internal/engine/experiment/webstepsx"
|
||||
"github.com/ooni/probe-cli/v3/internal/engine/netx"
|
||||
"github.com/ooni/probe-cli/v3/internal/model"
|
||||
|
|
@ -59,7 +58,6 @@ func main() {
|
|||
|
||||
func testableMain() {
|
||||
mux := http.NewServeMux()
|
||||
mux.Handle("/api/unstable/websteps", &websteps.Handler{Config: &websteps.Config{}})
|
||||
mux.Handle("/api/v1/websteps", &webstepsx.THHandler{})
|
||||
mux.Handle("/", webconnectivity.Handler{
|
||||
Client: httpx,
|
||||
|
|
|
|||
Loading…
Reference in a new issue