mirror of
https://codeberg.org/ashley/poke
synced 2026-04-19 16:47:59 +00:00
use config.invidapi instead
This commit is contained in:
@@ -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());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user