mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 12:33:43 +00:00
make search work again!!
This commit is contained in:
@@ -188,7 +188,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
const { fetch } = await import("undici");
|
const { fetch } = await import("undici");
|
||||||
|
|
||||||
const search = await fetch(
|
const search = await fetch(
|
||||||
`https://librex.uk.to/api.php?q=${query}&p=1&t=0`
|
`https://4get.sudovanilla.com/api/v1/web?q=${query}`
|
||||||
);
|
);
|
||||||
const web = getJson(await search.text());
|
const web = getJson(await search.text());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user