]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 8 Nov 2024 13:58:44 +0000 (14:58 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 8 Nov 2024 13:58:44 +0000 (14:58 +0100)
- maybe "index" was outdated here?

daemon.py

index d7d13b849ba57b5117197a4f4889f9582cf5f084..e7328510213a00885ef3f07b87ff761123577a10 100755 (executable)
--- a/daemon.py
+++ b/daemon.py
@@ -148,7 +148,7 @@ LIMIT ?", [amount]
     return domainlist
 
 @router.get(config.get("base_url") + "/api/top.json", response_class=JSONResponse)
-def api_index(request: Request, mode: str, value: str, amount: int) -> None:
+def api_top(request: Request, mode: str, value: str, amount: int) -> None:
     if mode is None or value is None or amount is None:
         raise HTTPException(status_code=500, detail="No filter specified")
     elif amount > config.get("api_limit"):