🐛 Fix browser not opening when using --host parameter
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ class Chat
|
||||
|
||||
setSocket()
|
||||
{
|
||||
// Create a channel for this specific chjat
|
||||
// Create a channel for this specific chat
|
||||
this.chatSocket = this.config.socket.of('/project/' + this.slug + '/chat')
|
||||
|
||||
// Connection event
|
||||
|
||||
Reference in New Issue
Block a user