diff --git a/client/src/App.js b/client/src/App.js index bcf2e40..090223b 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/"); +// var socket = io("http://localhost:5000"); +var socket = io("https://localport.online:4443/"); function App() { const [stream, setStream] = useState();