diff --git a/src/providers/Stream.tsx b/src/providers/Stream.tsx index ce475a6..7a4f014 100644 --- a/src/providers/Stream.tsx +++ b/src/providers/Stream.tsx @@ -48,7 +48,7 @@ async function checkGraphStatus( apiKey: string | null, ): Promise { try { - const res = await fetch(`${apiUrl}/ok`, { + const res = await fetch(`${apiUrl}/info`, { ...(apiKey && { headers: { "X-Api-Key": apiKey,