mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 01:22:20 +00:00
Use real as default for the web-frontend.
This commit is contained in:
parent
ea74e5dd05
commit
719c83a94e
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ import preset from './Presets';
|
|||
|
||||
class App extends Component {
|
||||
connect = () => {
|
||||
const ws = new WebSocket("ws://localhost:9160");
|
||||
const ws = new WebSocket("ws://149.56.132.163:9160");
|
||||
// const ws = new WebSocket("ws://localhost:9160");
|
||||
|
||||
ws.onopen = event => {
|
||||
this.setState(state => ({...state, message: "Connected."}));
|
||||
|
|
|
|||
Loading…
Reference in a new issue