Skip to content

Commit

Permalink
[fix] add missing brand.CONTACT_URL to /config API endpoint
Browse files Browse the repository at this point in the history
Suggested-by: @dalf / searxng/searx-space#59 (comment)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 authored and mikeri committed Mar 7, 2021
1 parent 2c3150a commit 1730143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions searx/webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 1730143

Please sign in to comment.