summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 4dbfcd6c1..ab6d522c1 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -182,6 +182,7 @@ def index():
selected_categories=search.categories,
paging=search.paging,
pageno=search.pageno,
+ base_url=get_base_url(),
suggestions=search.suggestions
)