mirror of
https://github.com/searxng/searxng.git
synced 2026-08-03 22:01:25 +00:00
[fix] autocomplete: drop POST method
This commit is contained in:
@@ -803,7 +803,7 @@ def info(pagename, locale):
|
||||
)
|
||||
|
||||
|
||||
@app.route('/autocompleter', methods=['GET', 'POST'])
|
||||
@app.route('/autocompleter', methods=['GET'])
|
||||
def autocompleter():
|
||||
"""Return autocompleter results"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user