mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
fix urls :p
This commit is contained in:
parent
7fd78e2a15
commit
43a78e5a92
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
if (!req.query.tab) var tab = "";
|
if (!req.query.tab) var tab = "";
|
||||||
|
|
||||||
const invtrend = await modules
|
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());
|
.then((res) => res.text());
|
||||||
|
|
||||||
const t = getJson(invtrend);
|
const t = getJson(invtrend);
|
||||||
|
|
Loading…
Reference in a new issue