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");