From effd679a003b25186c2fbfd3178ee860a23f77e3 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Thu, 28 Nov 2024 04:51:57 +0000 Subject: [PATCH] Commit --- frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () => {