diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index ea125789..b786bef6 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -23,7 +23,7 @@ const App = () => { terminal.current.open(terminalRef.current); // Connect to the WebSocket server - socket.current = new WebSocket('2.tcp.ngrok.io:10908'); + socket.current = new WebSocket('localhost:3001'); // WebSocket Event Handlers socket.current.onopen = () => {