changing ip addr
This commit is contained in:
parent
451e0380ac
commit
6db693f9d3
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export default function useWebSockets(receiveCallback: (s: string) => any, openC
|
|||
}
|
||||
|
||||
const createSocket = () => {
|
||||
socket = new WebSocket(`ws://127.0.0.1:8760`)
|
||||
socket = new WebSocket(`ws://crimata.com:8760`)
|
||||
|
||||
// Add listeners.
|
||||
socket.addEventListener("open", onOpen)
|
||||
|
|
|
|||
Loading…
Reference in a new issue