1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 00:54:39 -05:00
This commit is contained in:
ashley 2024-05-01 16:10:31 +00:00
parent d56e224f3b
commit c8b1c644d1

View file

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