Added default Socket.io URL - fixed #1231

This commit is contained in:
Liyas Thomas
2020-10-05 05:31:48 +05:30
parent 0f31259c97
commit 826e3ebc5e

View File

@@ -116,7 +116,7 @@ export default {
},
data() {
return {
url: "ws://",
url: "wss://socketio-chat-h9jt.herokuapp.com",
path: "/socket.io",
connectionState: false,
io: null,