Changed controller error producing around a little

This commit is contained in:
Ben
2018-11-05 12:08:44 +00:00
parent 106fcbfcef
commit 7ed789b30c
8 changed files with 25 additions and 22 deletions

View File

@@ -33,4 +33,4 @@ Object.defineProperty(global, "__function", {
}
});
module.exports = require('./src/app');
module.exports = require('./src/index');