mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
use undici instead :3
This commit is contained in:
parent
7062f0fc38
commit
450b141e1a
@ -40,7 +40,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
tab = `/?type=${capitalizeFirstLetter(req.query.tab)}`;
|
tab = `/?type=${capitalizeFirstLetter(req.query.tab)}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const invtrend = await modules.fetch(
|
const invtrend = await fetch(
|
||||||
`https://invid-api.poketube.fun/api/v1/trending${tab}`
|
`https://invid-api.poketube.fun/api/v1/trending${tab}`
|
||||||
);
|
);
|
||||||
const t = getJson(await invtrend.text());
|
const t = getJson(await invtrend.text());
|
||||||
|
Loading…
Reference in New Issue
Block a user