Added default Socket.io URL - fixed #1231
This commit is contained in:
parent
0f31259c97
commit
826e3ebc5e
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
url: "ws://",
|
||||
url: "wss://socketio-chat-h9jt.herokuapp.com",
|
||||
path: "/socket.io",
|
||||
connectionState: false,
|
||||
io: null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue