renamed basename to basePath

This commit is contained in:
Leon Kiefer 2020-04-06 21:29:55 +02:00
parent eb37a495a2
commit e6c0011789
3 changed files with 4 additions and 4 deletions

View file

@ -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() {};