[fix] autocomplete: drop POST method

This commit is contained in:
vojkovic
2026-08-02 13:29:07 +00:00
committed by Brock Vojkovic
parent 8892414dc3
commit d81810d2a7
3 changed files with 4 additions and 10 deletions

View File

@@ -803,7 +803,7 @@ def info(pagename, locale):
)
@app.route('/autocompleter', methods=['GET', 'POST'])
@app.route('/autocompleter', methods=['GET'])
def autocompleter():
"""Return autocompleter results"""