We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3767c5 commit 6242901Copy full SHA for 6242901
ooniapi/services/ooniprobe/src/ooniprobe/routers/v1/probe_services.py
@@ -600,6 +600,7 @@ class CollectorEntry(BaseModel):
600
601
@router.post("/collectors", tags=["ooniprobe"])
602
def list_collectors(
603
+ request: Request,
604
settings: Settings = Depends(get_settings),
605
) -> List[CollectorEntry]:
606
config_collectors = settings.collectors
0 commit comments