mirror of https://github.com/searxng/searxng.git
[fix] add missing brand.CONTACT_URL to /config API endpoint
Suggested-by: @dalf / https://github.com/searx/searx-stats2/issues/59#issuecomment-747961582 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
9e53470b4c
commit
d0338cb504
|
@ -1071,6 +1071,7 @@ def config():
|
|||
'default_theme': settings['ui']['default_theme'],
|
||||
'version': VERSION_STRING,
|
||||
'brand': {
|
||||
'CONTACT_URL': brand.CONTACT_URL,
|
||||
'GIT_URL': brand.GIT_URL,
|
||||
'DOCS_URL': brand.DOCS_URL
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue