mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:58:28 +01:00
change api url for trending
This commit is contained in:
parent
0a5ca0b54e
commit
3298798e0c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue