mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
yeah
This commit is contained in:
parent
d0a8ee86f7
commit
64fe1df6a9
@ -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 New Issue
Block a user