Update src/libpoketube/init/pages-404-and-main.js

This commit is contained in:
ashley 2024-07-14 11:03:51 +00:00
parent 75164fce6f
commit 5e4097b88c

View file

@ -121,7 +121,7 @@ module.exports = function (app, config, renderTemplate) {
const t = getJson(await invtrend.text()); const t = getJson(await invtrend.text());
const invpopular = await fetch( 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()); const p = getJson(await invpopular.text());