diff --git a/client/src/socket.jsx b/client/src/socket.jsx index dbff11a9..d2886360 100755 --- a/client/src/socket.jsx +++ b/client/src/socket.jsx @@ -3,7 +3,7 @@ const cbor = require('borc'); const actions = require('./actions'); -const SOCKET_URL = process.env.NODE_ENV === 'production' ? 'wss://cryps.gg/socket' : 'ws://localhost:40000'; +const SOCKET_URL = process.env.NODE_ENV === 'production' ? 'wss://cryps.gg/ws' : 'ws://localhost:40000'; function errorToast(err) { console.error(err);