1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 05:34:40 -05:00

re-add vern.cc

This commit is contained in:
Ashley 2022-12-25 20:51:31 +00:00
parent 716f3f4631
commit 4c1d657210

View file

@ -40,7 +40,7 @@ module.exports = function (app, config, renderTemplate) {
if (!req.query.tab) var tab = "";
const invtrend = await modules
.fetch(`https://vid.puffyan.us/api/v1/trending${tab}`)
.fetch(`https://inv.vern.cc/api/v1/trending${tab}`)
.then((res) => res.text());
const t = getJson(invtrend);