diff --git a/AppImage/components/system-logs.tsx b/AppImage/components/system-logs.tsx index d23b6f5..51e423b 100644 --- a/AppImage/components/system-logs.tsx +++ b/AppImage/components/system-logs.tsx @@ -134,7 +134,7 @@ export function SystemLogs() { return `${protocol}//${hostname}:8008${endpoint}` } } - return `http://localhost:8008${endpoint}` + return `${protocol}//${hostname}:8008${endpoint}` } useEffect(() => {