mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
fix urls :p
This commit is contained in:
parent
174d68c1a6
commit
bd78912fc7
@ -40,7 +40,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||
if (!req.query.tab) var tab = "";
|
||||
|
||||
const invtrend = await modules
|
||||
.fetch(`https://inv.vern.cc/api/v1/trending${tab}`)
|
||||
.fetch(`https://invidious.privacydev.net/api/v1/trending${tab}`)
|
||||
.then((res) => res.text());
|
||||
|
||||
const t = getJson(invtrend);
|
||||
|
Loading…
Reference in New Issue
Block a user