lrf402788946 4 tahun lalu
induk
melakukan
0def3c37c9
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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();
   }
 
 }