ADD: added new version
This commit is contained in:
@@ -5,7 +5,15 @@ import Tracklist from './Tracklist'
|
||||
import EntityControl from './EntityControl';
|
||||
import {w3cwebsocket as W3CWebSocket} from "websocket"
|
||||
|
||||
const client = new W3CWebSocket("ws://localhost:8008/");
|
||||
|
||||
// const config = {
|
||||
// // apiUrl: process.env.REACT_APP_WEBAPP_WS_URL,
|
||||
// apiUrl: "10.110.242.105",
|
||||
// apiProt: 9999
|
||||
// }
|
||||
|
||||
// const client = new W3CWebSocket("ws://10.110.242.105:9999/");
|
||||
const client = new WebSocket("ws://10.110.242.105:9999/");
|
||||
|
||||
class Controls extends React.Component
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user