summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorvojkovic <git@vojk.au>2026-08-02 13:29:07 +0000
committerBrock Vojkovic <brock@vojk.au>2026-08-03 19:51:02 +0800
commitd81810d2a7b22825ec541bc3ecd0215fcc55b25d (patch)
tree02a45d34438ea0660396cf6ed8a9a57c9e4dac29 /searx/webapp.py
parent8892414dc38dd57728b7f62f33152ea80e3b305f (diff)
[fix] autocomplete: drop POST method
Diffstat (limited to 'searx/webapp.py')
-rwxr-xr-xsearx/webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 18df14f58..ff2f496b5 100755
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -803,7 +803,7 @@ def info(pagename, locale):
)
-@app.route('/autocompleter', methods=['GET', 'POST'])
+@app.route('/autocompleter', methods=['GET'])
def autocompleter():
"""Return autocompleter results"""