mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Slap a dummy domain on top of the rendering server.
This commit is contained in:
parent
5ef1a9e23e
commit
4680251198
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ import preset from './Presets';
|
|||
|
||||
class App extends Component {
|
||||
connect = () => {
|
||||
const ws = new WebSocket("ws://149.56.132.163:9160");
|
||||
// const ws = new WebSocket("ws://localhost:9160");
|
||||
const ws = new WebSocket("wss://reanimate.clozecards.com:9160");
|
||||
// const ws = new WebSocket("wss://localhost:9160");
|
||||
|
||||
ws.onopen = event => {
|
||||
this.setState(state => ({...state, message: "Connected."}));
|
||||
|
|
|
|||
Loading…
Reference in a new issue