mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 08:54:19 +00:00
Connect to live server on HTTPS
This commit is contained in:
parent
32eaf6d310
commit
535c306de1
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://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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue