Update system-logs.tsx

This commit is contained in:
MacRimi
2025-11-10 18:38:33 +01:00
parent e6b4443074
commit 6f831530cc

View File

@@ -134,7 +134,7 @@ export function SystemLogs() {
return `${protocol}//${hostname}:8008${endpoint}`
}
}
return `http://localhost:8008${endpoint}`
return `${protocol}//${hostname}:8008${endpoint}`
}
useEffect(() => {