mirror of
https://codeberg.org/ashley/poke
synced 2026-04-09 02:27:58 +00:00
my sorry
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://4get.sudovanilla.com/api/v1/web?q=${query}`
|
`https://4get.sudovanilla.com/api/v1/web?s=${query}`
|
||||||
);
|
);
|
||||||
const web = getJson(await search.text());
|
const web = getJson(await search.text());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user