mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
change api url for trending
This commit is contained in:
parent
0a5ca0b54e
commit
3298798e0c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user