This commit is contained in:
LukeGus
2024-11-28 04:51:57 +00:00
parent 4f1510c0da
commit effd679a00

View File

@@ -23,7 +23,7 @@ const App = () => {
terminal.current.open(terminalRef.current); terminal.current.open(terminalRef.current);
// Connect to the WebSocket server // Connect to the WebSocket server
socket.current = new WebSocket('2.tcp.ngrok.io:10908'); socket.current = new WebSocket('localhost:3001');
// WebSocket Event Handlers // WebSocket Event Handlers
socket.current.onopen = () => { socket.current.onopen = () => {