Changed socket url

This commit is contained in:
Mitchell McCaffrey 2020-05-04 16:46:04 +10:00
parent 169cf66e74
commit 66e8483b6f

View File

@ -6,7 +6,7 @@ import Peer from "../helpers/Peer";
import AuthContext from "../contexts/AuthContext";
const socket = io("https://agent.owlbear.rodeo");
const socket = io("https://broker.owlbear.rodeo");
function useSession(
partyId,