assign to _lamassuConfig
This commit is contained in:
parent
72e19cdc96
commit
b5400cd559
2 changed files with 3 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ module.exports = function (options) {
|
|||
};
|
||||
}
|
||||
|
||||
routes.init(app, trader, authMiddleware);
|
||||
routes.init(app, config, trader, authMiddleware);
|
||||
|
||||
return server;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue