wss
This commit is contained in:
parent
9dd1465a84
commit
f878ae551c
@ -3,7 +3,7 @@ const cbor = require('borc');
|
||||
|
||||
const actions = require('./actions');
|
||||
|
||||
const SOCKET_URL = process.env.NODE_ENV === 'production' ? 'ws://cryps.gg:40000' : 'ws://localhost:40000';
|
||||
const SOCKET_URL = process.env.NODE_ENV === 'production' ? 'wss://cryps.gg/socket' : 'ws://localhost:40000';
|
||||
|
||||
function errorToast(err) {
|
||||
console.error(err);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user