From e6d9d4c9a09b35f2e1e5be2d651d94e4972da1fa Mon Sep 17 00:00:00 2001 From: amy Date: Tue, 29 Apr 2025 09:37:38 +0330 Subject: [PATCH] proxy is down :( --- src/components/api.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/api.tsx b/src/components/api.tsx index e4621a6..bf54f9a 100644 --- a/src/components/api.tsx +++ b/src/components/api.tsx @@ -72,7 +72,7 @@ export default function Reviews() { export const theImager = async (id: string): Promise => await fetch(`https://discord-info.api.amy.rip/v1/user/${id}`) .then((res) => res.json()) - .then((data) => "https://proxy.spiro.amy.rip/_/plain/" + data.avatar.link) + .then((data) => data.avatar.link) .catch(() => "https://http.cat/status/100"); function SingleReview(props: NeoReview) {