From 535c306de19061081c27ac706a384e9c5800d290 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Mon, 27 May 2024 01:41:54 +0100 Subject: [PATCH] Connect to live server on HTTPS --- 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 0ca4226..3316413 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://51.20.115.7:5000/"); -// var socket = io("http://localhost:5000/"); +// var socket = io("http://localhost/"); +var socket = io("https://localport.online/"); function App() { const [stream, setStream] = useState();