url change

This commit is contained in:
ashley 2024-09-11 19:19:12 +00:00
parent bf2af710c3
commit 0956a9b66e

View file

@ -118,7 +118,7 @@ app.get("/avatars/:v", async function (req, res) {
const l = req.query.h;
try {
let url = `https://vid.puffyan.us/api/v1/captions/${id}?label=${l}`;
let url = `https://pol1.iv.ggtyler.dev/api/v1/captions/${id}?label=${l}`;
let f = await fetch(url);
const body = await f.text();