mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 17:44:52 -04:00
renamed basename to basePath
This commit is contained in:
parent
eb37a495a2
commit
e6c0011789
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ var MMSocket = function(moduleName) {
|
|||
|
||||
// Private Methods
|
||||
self.socket = io("/" + self.moduleName, {
|
||||
path: config.basename + "socket.io"
|
||||
path: config.basePath + "socket.io"
|
||||
});
|
||||
var notificationCallback = function() {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue