mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 20:57:48 +01:00
my sorry
This commit is contained in:
parent
d56e224f3b
commit
c8b1c644d1
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue