diff options
| -rw-r--r-- | searx/webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index f4654324f..40f5fc8b3 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -83,7 +83,7 @@ def parse_query(query): return query, query_engines -@APp.route('/', methods=['GET', 'POST']) +@app.route('/', methods=['GET', 'POST']) def index(): global categories |