mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 12:53:44 +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)}`;
|
||||
}
|
||||
|
||||
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());
|
||||
|
||||
let j = null;
|
||||
|
||||
Reference in New Issue
Block a user