Changed socket url

This commit is contained in:
Mitchell McCaffrey 2020-04-06 12:39:32 +10:00
parent af202fb19b
commit 4a86fc1daf

View File

@ -4,7 +4,7 @@ import io from "socket.io-client";
import { omit } from "../helpers/shared";
import Peer from "../helpers/Peer";
const socket = io("http://localhost:9000");
const socket = io("https://broker.owlbear.rodeo");
function useSession(partyId, onPeerConnected, onPeerDisconnected, onPeerData) {
useEffect(() => {