From 10b9d3f9245831f4ca3bda5f5d7ee62d675d6c29 Mon Sep 17 00:00:00 2001 From: amy Date: Wed, 22 Jan 2025 13:32:43 +0330 Subject: [PATCH] i am very stupid --- 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 6770e52..1452eac 100644 --- a/src/components/api.tsx +++ b/src/components/api.tsx @@ -69,7 +69,7 @@ export default function Reviews() { } export const theImager = async (id: string): Promise => - await fetch(`discord-info.api.amy.rip/v1/user/${id}`) + await fetch(`https://discord-info.api.amy.rip/v1/user/${id}`) .then((res) => res.json()) .then((data) => "https://proxy.spiro.exhq.dev/_/plain/" + data.avatar.link) .catch(() => "https://http.cat/status/100");