test(ws): testing ws connection on the frontend
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user