mirror of https://github.com/searxng/searxng.git
[mod] engine mwmbl: add link to official api docs
This commit is contained in:
parent
1e2d11fb57
commit
19300a5659
|
@ -7,7 +7,7 @@ from urllib.parse import urlencode
|
||||||
|
|
||||||
about = {
|
about = {
|
||||||
"website": 'https://github.com/mwmbl/mwmbl',
|
"website": 'https://github.com/mwmbl/mwmbl',
|
||||||
"official_api_documentation": None,
|
"official_api_documentation": 'https://api.mwmbl.org/docs',
|
||||||
"use_official_api": True,
|
"use_official_api": True,
|
||||||
"require_api_key": False,
|
"require_api_key": False,
|
||||||
"results": 'JSON',
|
"results": 'JSON',
|
||||||
|
|
Loading…
Reference in New Issue