提交 4eacc782c7b9972c342426c329cac61fb1eb3181

作者 fanwh
1 个父辈 4995906a

add

正在显示 1 个修改的文件 包含 5 行增加6 行删除
@@ -18,11 +18,10 @@ IoC.create('igloo/server').then(function (server) { @@ -18,11 +18,10 @@ IoC.create('igloo/server').then(function (server) {
18 app.phase(server); 18 app.phase(server);
19 }); 19 });
20 20
  21 +function workaiExpress() { }
21 22
  23 +workaiExpress.prototype.app = app;
  24 +workaiExpress.prototype.IoC = IoC;
  25 +workaiExpress.prototype.bootable = bootable;
22 26
23 -module.exports = app;  
24 -  
25 -  
26 -exports.IoC = IoC;  
27 -  
28 -exports.bootable = bootable;  
  27 +module.exports = workaiExpress;
注册登录 后发表评论