mirror of https://github.com/searxng/searxng.git
[enh] add engine shortcut to config api
This commit is contained in:
parent
9f2faa62bf
commit
fbbb307f2e
|
@ -693,6 +693,7 @@ def config():
|
|||
return jsonify({'categories': categories.keys(),
|
||||
'engines': [{'name': engine_name,
|
||||
'categories': engine.categories,
|
||||
'shortcut': engine.shortcut,
|
||||
'enabled': not engine.disabled}
|
||||
for engine_name, engine in engines.items()],
|
||||
'plugins': [{'name': plugin.name,
|
||||
|
|
Loading…
Reference in New Issue