1
This commit is contained in:
parent
199dcf02eb
commit
e8440abec2
@ -10,7 +10,7 @@ event.addListener(event.APP_INITIALIZED_EVENT, async () => {
|
||||
await require('./models/factory').init();
|
||||
await require('./services/factory').init();
|
||||
app.injectionSession(require('./session'));
|
||||
console.log(metaFactory.getWeb3SignConf()['listen_port']);
|
||||
app.listen(metaFactory.getWeb3SignConf()['listen_port']);
|
||||
console.log(metaFactory.getWeb3WebHooksConf()['listen_port']);
|
||||
app.listen(metaFactory.getWeb3WebHooksConf()['listen_port']);
|
||||
});
|
||||
app.init();
|
||||
|
@ -5,4 +5,4 @@ class Web3WebHooks extends basewrap.BaseWrap {
|
||||
|
||||
}
|
||||
|
||||
module.exports = Web3WebHools;
|
||||
module.exports = Web3WebHooks;
|
||||
|
Loading…
x
Reference in New Issue
Block a user