mirror of
https://github.com/searxng/searxng.git
synced 2024-11-19 02:40:11 +01:00
[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'],
|
'default_theme': settings['ui']['default_theme'],
|
||||||
'version': VERSION_STRING,
|
'version': VERSION_STRING,
|
||||||
'brand': {
|
'brand': {
|
||||||
|
'CONTACT_URL': brand.CONTACT_URL,
|
||||||
'GIT_URL': brand.GIT_URL,
|
'GIT_URL': brand.GIT_URL,
|
||||||
'DOCS_URL': brand.DOCS_URL
|
'DOCS_URL': brand.DOCS_URL
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user