mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
[enh] /engines page added
This commit is contained in:
@@ -174,8 +174,13 @@ def index():
|
||||
|
||||
@app.route('/about', methods=['GET'])
|
||||
def about():
|
||||
return render('about.html')
|
||||
|
||||
|
||||
@app.route('/engines', methods=['GET'])
|
||||
def list_engines():
|
||||
global categories
|
||||
return render('about.html', categs=categories.items())
|
||||
return render('engines.html', categs=categories.items())
|
||||
|
||||
|
||||
@app.route('/preferences', methods=['GET', 'POST'])
|
||||
|
||||
Reference in New Issue
Block a user