mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Register the express app to allow registration of urls.
This commit is contained in:
@@ -27,7 +27,7 @@ var Server = function(config, callback) {
|
||||
});
|
||||
|
||||
if (typeof callback === 'function') {
|
||||
callback(io);
|
||||
callback(app, io);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user