mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
Update src/libpoketube/init/pages-404-and-main.js
This commit is contained in:
parent
75164fce6f
commit
5e4097b88c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
const t = getJson(await invtrend.text());
|
||||
|
||||
const invpopular = await fetch(
|
||||
`https://invid-api.poketube.fun/api/v1/popular`
|
||||
`https://invid-api.poketube.fun/bHj665PpYhUdPWuKPfZuQGoX/api/v1/popular`
|
||||
);
|
||||
const p = getJson(await invpopular.text());
|
||||
|
||||
|
|
Loading…
Reference in a new issue