lrf402788946 4 년 전
부모
커밋
0def3c37c9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();
   }
 
 }