lrf402788946 4 éve
szülő
commit
0def3c37c9
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/controller/top.js

+ 1 - 0
app/controller/top.js

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