Added default Socket.io URL - fixed #1231
This commit is contained in:
@@ -116,7 +116,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
url: "ws://",
|
url: "wss://socketio-chat-h9jt.herokuapp.com",
|
||||||
path: "/socket.io",
|
path: "/socket.io",
|
||||||
connectionState: false,
|
connectionState: false,
|
||||||
io: null,
|
io: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user