This commit is contained in:
bracesproul
2025-03-11 10:30:43 -07:00
parent fa9c26aa31
commit d1ae97e7bf

View File

@@ -48,7 +48,7 @@ async function checkGraphStatus(
apiKey: string | null,
): Promise<boolean> {
try {
const res = await fetch(`${apiUrl}/ok`, {
const res = await fetch(`${apiUrl}/info`, {
...(apiKey && {
headers: {
"X-Api-Key": apiKey,