Changed back to https

master
Wilco Kruijer 4 years ago
parent 1df9e98244
commit 509b1cfdc5
  1. 2
      frontend/src/util/socket.ts

@ -1,7 +1,7 @@
import io from "socket.io-client";
const socket = io("http://" + window.location.hostname);
const socket = io(window.location.protocol + "//" + window.location.hostname);
export default socket;
/**

Loading…
Cancel
Save