mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 17:04:22 +00:00
Switch to life server
This commit is contained in:
parent
ac370f31ce
commit
8142eee840
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue