lrf402788946 4 years ago
parent
commit
0def3c37c9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/top.js

+ 1 - 0
app/controller/top.js

@@ -15,6 +15,7 @@ class TopController extends Controller {
 
   async initServeNode() {
     await this.ctx.service.creeperxtsqnode.creeper();
+    this.ctx.ok();
   }
 
 }