WIP
This commit is contained in:
parent
3601a6ec12
commit
0db7fbcde0
3 changed files with 18 additions and 6 deletions
|
|
@ -87,7 +87,13 @@ module.exports = function (options) {
|
|||
};
|
||||
}
|
||||
|
||||
routes.init(app, config, trader, authMiddleware);
|
||||
routes.init({
|
||||
app: app,
|
||||
lamassuConfig: config,
|
||||
trader: trader,
|
||||
authMiddleware: authMiddleware,
|
||||
mock: options.mock
|
||||
});
|
||||
|
||||
return server;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue