This commit is contained in:
Ashley //// 2024-01-18 06:25:32 +00:00
parent 13c0522f0c
commit 24655c1611

View file

@ -126,7 +126,7 @@ app.get("/avatars/:v", async function (req, res) {
const l = req.query.h; const l = req.query.h;
try { try {
let url = `https://inv.zzls.xyz/api/v1/captions/${id}?label=${l}`; let url = `https://inv.nadeko.net/api/v1/captions/${id}?label=${l}`;
let f = await fetch(url); let f = await fetch(url);
const body = await f.text(); const body = await f.text();