test(ws): testing ws connection on the frontend

This commit is contained in:
2025-08-01 15:54:52 -05:00
parent c775bb3354
commit 486e4fb6b8
2 changed files with 28 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ const WebSocketViewer = () => {
ws.current = new WebSocket(
(window.location.protocol === "https:" ? "wss://" : "ws://") +
window.location.host +
"/lst/api/logger/logs"
"/lst/ws"
);
ws.current.onopen = () => {