make search work again!!

This commit is contained in:
ashley 2024-05-01 16:05:41 +00:00
parent 6f1af7c36d
commit a8b35495f6

View file

@ -188,7 +188,7 @@ module.exports = function (app, config, renderTemplate) {
const { fetch } = await import("undici");
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());