mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
parent
ca3275757b
commit
54542f7f07
4 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,7 @@ var MMSocket = function(moduleName) {
|
|||
|
||||
// Private Methods
|
||||
self.socket = io("/" + self.moduleName, {
|
||||
path: window.location.pathname + "socket.io"
|
||||
path: config.basename + "socket.io"
|
||||
});
|
||||
var notificationCallback = function() {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue