Skip to content

Commit

Permalink
Remvoe /api/0/receivers
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat committed Sep 16, 2023
1 parent 8d28a54 commit ccd95c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/adsb_api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ async def shutdown_event():
await browser.shutdown()


@app.get("/api/0/receivers", response_class=PrettyJSONResponse, include_in_schema=False)
async def receivers():
return provider.beast_receivers


@app.get(
"/api/0/mlat-server/{server}/sync.json",
response_class=PrettyJSONResponse,
Expand Down

0 comments on commit ccd95c2

Please sign in to comment.