1
Fork 0
This commit is contained in:
ashley 2024-09-07 10:56:28 +00:00
parent 4000c2d5ad
commit 75affcf7c7

View file

@ -134,7 +134,7 @@ app.get("/avatars/:v", async function (req, res) {
try {
if (id) {
const apiUrl = `https://ryd.ggtyler.dev/votes/${id}&hash=d0550b6e28c8f93533a569c314d5b4e2`;
const apiUrl = `https://ryd-proxy.kavin.rocks/votes/${id}&hash=d0550b6e28c8f93533a569c314d5b4e2`;
const response = await fetch(apiUrl);