From 8142eee840cd9abe45af08a1529e873f3505b713 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Tue, 11 Jun 2024 03:52:36 +0100 Subject: [PATCH] Switch to life server --- client/src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/App.js b/client/src/App.js index 6f29cbb..73e1c10 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -11,8 +11,8 @@ import "react-toastify/dist/ReactToastify.css"; import { MediaRecorder, register } from "extendable-media-recorder"; import { connect } from "extendable-media-recorder-wav-encoder"; -var socket = io("http://localhost:5000"); -// var socket = io("https://localport.online:4443/"); +// var socket = io("http://localhost:5000"); +var socket = io("https://localport.online:4443/"); function App() { const [stream, setStream] = useState();