mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
yeah
This commit is contained in:
parent
d0a8ee86f7
commit
64fe1df6a9
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
const { fetch } = await import("undici");
|
||||
|
||||
const search = await fetch(
|
||||
`https://4get.sudovanilla.com/api/v1/web?s=${query}`
|
||||
`https://search.zeroish.xyz/api.php?q=${query}&p=1&t=0`
|
||||
);
|
||||
const web = getJson(await search.text());
|
||||
|
||||
|
|
Loading…
Reference in a new issue