From: Mint <> Date: Mon, 8 Aug 2022 11:35:50 +0000 (+0300) Subject: b X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ea185d7b356f9ce4dcb7e46a9bb597ec2a9f0296;p=fba.git b --- diff --git a/api.py b/api.py index 2c4ff2b..79d2d2a 100644 --- a/api.py +++ b/api.py @@ -72,7 +72,7 @@ def blocked(domain: str = None, reason: str = None): return {"blocks": result} @app.get(base_url+"/") -def index(request: Request, domain: str = None, reason: str = None): +def index(request: Request, domain: str = None, reason: str = None, wildcards: str = None): if domain == "" or reason == "": return responses.RedirectResponse("/") info = None