mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
use config.invidapi instead
This commit is contained in:
parent
ae967320be
commit
8fc004c971
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
}
|
||||
|
||||
const invtrend = await fetch(
|
||||
`https://invid-api.poketube.fun/api/v1/trending${tab}`
|
||||
`${config.invapi}/trending${tab}`
|
||||
);
|
||||
const t = getJson(await invtrend.text());
|
||||
|
||||
|
|
Loading…
Reference in a new issue