mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
removed additional slash from the socket.io path
This commit is contained in:
parent
7b56817ae6
commit
6aeec81072
@ -9,7 +9,7 @@ var MMSocket = function(moduleName) {
|
||||
|
||||
// Private Methods
|
||||
self.socket = io("/" + self.moduleName, {
|
||||
path: window.location.pathname + "/socket.io"
|
||||
path: window.location.pathname + "socket.io"
|
||||
});
|
||||
var notificationCallback = function() {};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user