]> git.mxchange.org Git - fba.git/commitdiff
b
authorMint <>
Mon, 8 Aug 2022 11:35:50 +0000 (14:35 +0300)
committerMint <>
Mon, 8 Aug 2022 11:35:50 +0000 (14:35 +0300)
api.py

diff --git a/api.py b/api.py
index 2c4ff2b6bfdbb5fa8699d36afc7f8bc40d2619ed..79d2d2aebdcf9864f397cca2c75e731d1fc71ef4 100644 (file)
--- 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