mirror of
https://codeberg.org/ashley/poke
synced 2026-04-12 17:17:59 +00:00
change api url for trending
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
tab = `/?type=${capitalizeFirstLetter(req.query.tab)}`;
|
tab = `/?type=${capitalizeFirstLetter(req.query.tab)}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const invtrend = await modules.fetch(`https://inv.zzls.xyz/api/v1/trending${tab}`);
|
const invtrend = await modules.fetch(`https://invid-api.poketube.fun/api/v1/trending${tab}`);
|
||||||
const t = getJson(await invtrend.text());
|
const t = getJson(await invtrend.text());
|
||||||
|
|
||||||
let j = null;
|
let j = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user