提交 6e33d9c5def65470532e19cc2fb992f27edeb517

作者 fanwh
1 个父辈 ce441719

no message

正在显示 1 个修改的文件 包含 3 行增加5 行删除
... ... @@ -18,14 +18,12 @@ app.pushPhase = function (phase) {
18 18 }).then(function (data) {
19 19 app.phase(bootable.di.initializers());
20 20 app.phase(bootable.di.routes('./routes'));
  21 + IoC.create('igloo/server').then(function (server) {
  22 + app.phase(server);
  23 + });
21 24 });
22 25 };
23 26
24   -
25   -IoC.create('igloo/server').then(function (server) {
26   - app.phase(server);
27   -});
28   -
29 27 var workaiExpress = {
30 28 'app': app,
31 29 'IoC': IoC,
... ...
注册登录 后发表评论