1
This commit is contained in:
parent
aa55a479c4
commit
ee1d143d69
@ -4,7 +4,6 @@ const config = require('j7/config');
|
||||
|
||||
event.addListener(event.APP_INITIALIZED_EVENT, async () => {
|
||||
await require('./metadata/factory').init();
|
||||
await require('./blockchain').init();
|
||||
await require('./middlewares/factory').init();
|
||||
await require('./controllers/factory').init();
|
||||
await require('./models/factory').init();
|
||||
|
@ -22,7 +22,7 @@ async function addSingle(clsName, modName) {
|
||||
}
|
||||
|
||||
async function init() {
|
||||
await Add("BlockChain", 'blockchain');
|
||||
await add("BlockChain", 'blockchain');
|
||||
}
|
||||
|
||||
function create(name, session) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user