mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
use config.invidapi instead
This commit is contained in:
parent
ae967320be
commit
8fc004c971
@ -79,7 +79,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const invtrend = await fetch(
|
const invtrend = await fetch(
|
||||||
`https://invid-api.poketube.fun/api/v1/trending${tab}`
|
`${config.invapi}/trending${tab}`
|
||||||
);
|
);
|
||||||
const t = getJson(await invtrend.text());
|
const t = getJson(await invtrend.text());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user