mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 07:21:43 +00:00
Update http.js
This commit is contained in:
parent
d413cb49b4
commit
8300e1dba4
|
@ -35,6 +35,12 @@ var AVAILABLE_PROXIES = [
|
|||
"url": "https://www.searchapi.io/api/v1/search?api_key={api_key}&engine={engine}&q={q}",
|
||||
"documentation": "https://www.searchapi.io/?via=namhyeon"
|
||||
},
|
||||
{
|
||||
"type": "serp",
|
||||
"provider": "librey",
|
||||
"url": "http://localhost:8080/api.php?q={q}&p=1&t=0",
|
||||
"documentation": "https://github.com/Ahwxorg/LibreY"
|
||||
},
|
||||
{
|
||||
"type": "stateless-jsonrpc2",
|
||||
"provider": "gnh1201/caterpillar",
|
||||
|
|
Loading…
Reference in New Issue
Block a user