mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 01:14:23 +00:00
Connect to server on port 4443
This commit is contained in:
parent
96e9c39bc1
commit
2ccf2e96c4
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 { MediaRecorder, register } from "extendable-media-recorder";
|
||||||
import { connect } from "extendable-media-recorder-wav-encoder";
|
import { connect } from "extendable-media-recorder-wav-encoder";
|
||||||
|
|
||||||
var socket = io("http://localhost:5000");
|
// var socket = io("http://localhost:5000");
|
||||||
// var socket = io("https://localport.online/");
|
var socket = io("https://localport.online:4443/");
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
const [stream, setStream] = useState();
|
const [stream, setStream] = useState();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue